程序包的使用
cn.taketoday.logging
使用cn.taketoday.logging的程序包
程序包
说明
Convenience classes for using runtime hints.
Provides core helpers that are not specific to any part of the framework.
Core support package for annotations, meta-annotations, and merged
annotations with attribute overrides.
environment abstraction consisting of bean definition
profile and hierarchical property source support.
Generic abstraction for working with byte buffer implementations.
Core support package for type filtering (e.g. for classpath scanning).
SpEL's standard parser implementation.
Framework global classes
Logging System Adapter
Miscellaneous utility classes, such as utilities for working with strings,
classes, collections, reflection, etc.
Miscellaneous utility classes for XML parsing and transformation,
such as error handlers that log warnings via Logging.
-
-
-
-
-
-
-
-
-
-
-
类说明Logger From slf4jFactory that creates
Loggerinstances.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(). -
-