Package io.microsphere.logging
-
Interface Summary Interface Description Logger Logger interface for logging messages with different severity levels. -
Class Summary Class Description AbstractLogger An abstract implementation of theLogger
interface, providing common functionality for concrete logger implementations.ACLLoggerFactory LoggerFactory
implementation for Apache Commons Logging (ACL).JDKLoggerFactory ALoggerFactory
implementation that creates and manages instances of JDK logging (Logger
).LoggerFactory TheLoggerFactory
serves as an abstract base class for creating and managing instances of theLogger
type.NoOpLoggerFactory ALoggerFactory
implementation that provides instances ofNoOpLogger
, which perform no operations for logging calls.Sfl4jLoggerFactory TheLoggerFactory
implementation for creating and managing SLF4J-basedLogger
instances.