类的使用
cn.taketoday.logging.Logger
使用Logger的程序包
程序包
说明
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.
-
cn.taketoday.core中Logger的使用
声明为Logger的cn.taketoday.core中的字段 -
cn.taketoday.core.codec中Logger的使用
声明为Logger的cn.taketoday.core.codec中的字段修饰符和类型方法说明AbstractDecoder.getLogger()Return the currently configured Logger.AbstractEncoder.getLogger()Return the currently configured Logger.参数类型为Logger的cn.taketoday.core.codec中的方法修饰符和类型方法说明voidSet an alternative logger to use than the one based on the class name.voidSet an alternative logger to use than the one based on the class name.static voidHints.touchDataBuffer(DataBuffer buffer, Map<String, Object> hints, Logger logger) If the hints contain aHints.LOG_PREFIX_HINTand the given logger has DEBUG level enabled, apply the log prefix as a hint to the given buffer viaDataBufferUtils.touch(DataBuffer, Object). -
cn.taketoday.core.io中Logger的使用
声明为Logger的cn.taketoday.core.io中的字段 -
cn.taketoday.lang中Logger的使用
参数类型为Logger的cn.taketoday.lang中的方法修饰符和类型方法说明Create a newTodayStrategies.FailureHandlerthat handles errors by logging trace messages. -
cn.taketoday.logging中Logger的使用
返回Logger的cn.taketoday.logging中的方法修饰符和类型方法说明protected abstract LoggerLoggerFactory.createLogger(String name) static LoggerLogDelegateFactory.getCompositeLog(Logger primaryLogger, Logger secondaryLogger, Logger... tertiaryLoggers) Create a composite logger that delegates to a primary or falls back on a secondary logger if logging for the primary logger is not enabled.static LoggerLogDelegateFactory.getHiddenLog(Class<?> clazz) Create a "hidden" logger with a category name prefixed with "_", thus precluding it from being enabled together with other log categories from the same package.static LoggerLogDelegateFactory.getHiddenLog(String category) Create a "hidden" logger with a category name prefixed with "_", thus precluding it from being enabled together with other log categories from the same package.static LoggerReturn a logger associated with a particular class.static LoggerReturn a logger associated with a particular class name.参数类型为Logger的cn.taketoday.logging中的方法修饰符和类型方法说明static LoggerLogDelegateFactory.getCompositeLog(Logger primaryLogger, Logger secondaryLogger, Logger... tertiaryLoggers) Create a composite logger that delegates to a primary or falls back on a secondary logger if logging for the primary logger is not enabled. -
cn.taketoday.util中Logger的使用
声明为Logger的cn.taketoday.util中的字段修饰符和类型字段说明protected LoggerConcurrencyThrottleSupport.loggerTransient to optimize serialization.参数类型为Logger的cn.taketoday.util中的方法修饰符和类型方法说明static voidLogFormatUtils.traceDebug(Logger logger, Function<Boolean, String> messageFactory) Use this to log a message with different levels of detail (or different messages) at TRACE vs DEBUG log levels.LambdaSafe.LambdaSafeCallback.withLogger(Logger logger) Use the specified logger to report any lambda failures. -
cn.taketoday.util.xml中Logger的使用
参数类型为Logger的cn.taketoday.util.xml中的构造器限定符构造器说明SimpleSaxErrorHandler(Logger logger) Create a new SimpleSaxErrorHandler for the given Commons Logging logger instance.SimpleTransformErrorListener(Logger logger) Create a new SimpleTransformErrorListener for the given Commons Logging logger instance.