程序包 cn.taketoday.logging
package cn.taketoday.logging
Logging System Adapter
-
类说明Factory for common
Loggerdelegates 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.