程序包 cn.taketoday.logging
package cn.taketoday.logging
Logging System Adapter
-
类说明Implementation of
Loggerthat wraps a list of loggers and delegates to the first one for which logging is enabled at the given level.Factory for commonLoggerdelegates with logging conventions.Logger From slf4jFactory that createsLoggerinstances.A simple log message type for use with Commons Logging, allowing for convenient lazy resolution of a givenSupplierinstance (typically bound to a Java 8 lambda expression) or a printf-style format string (MessageFormatter.format(java.lang.String, java.lang.Object)) in itsLogMessage.toString().FromMessageFormatterFormats messages according to very simple substitution rules.Bridge/route all JUL log records to the SLF4J API.