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 theLoggerinterface, providing common functionality for concrete logger implementations.ACLLoggerFactory LoggerFactoryimplementation for Apache Commons Logging (ACL).JDKLoggerFactory ALoggerFactoryimplementation that creates and manages instances of JDK logging (Logger).LoggerFactory TheLoggerFactoryserves as an abstract base class for creating and managing instances of theLoggertype.NoOpLoggerFactory ALoggerFactoryimplementation that provides instances ofNoOpLogger, which perform no operations for logging calls.Sfl4jLoggerFactory TheLoggerFactoryimplementation for creating and managing SLF4J-basedLoggerinstances.