Uses of Class
io.microsphere.logging.LoggerFactory
-
Packages that use LoggerFactory Package Description io.microsphere.logging -
-
Uses of LoggerFactory in io.microsphere.logging
Subclasses of LoggerFactory in io.microsphere.logging Modifier and Type Class Description class
ACLLoggerFactory
LoggerFactory
implementation for Apache Commons Logging (ACL).class
JDKLoggerFactory
ALoggerFactory
implementation that creates and manages instances of JDK logging (Logger
).class
NoOpLoggerFactory
ALoggerFactory
implementation that provides instances ofNoOpLogger
, which perform no operations for logging calls.class
Sfl4jLoggerFactory
TheLoggerFactory
implementation for creating and managing SLF4J-basedLogger
instances.
-