程序包的使用
cn.taketoday.logging
使用cn.taketoday.logging的程序包
程序包
说明
Provides core helpers that are not specific to any part of the framework.
Framework global classes
Logging System Adapter
Useful Tools
Miscellaneous utility classes for XML parsing and transformation,
such as error handlers that log warnings via Logging.
-
-
-
-
-
类说明Logger From slf4jA simple log message type for use with Commons Logging, allowing for convenient lazy resolution of a given
Supplierinstance (typically bound to a Java 8 lambda expression) or a printf-style format string (format(java.lang.String, java.lang.Object)) in itsLogMessage.toString(). -
-