类的使用
cn.taketoday.logging.Logger
使用Logger的程序包
程序包
说明
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.
Management of trust material that can be used to establish an SSL connection.
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.
Useful generic
java.util.concurrent.Future extensions.Miscellaneous utility classes for XML parsing and transformation,
such as error handlers that log warnings via Logging.
-
cn.taketoday.aot.hint.support中Logger的使用
-
cn.taketoday.core中Logger的使用
声明为Logger的cn.taketoday.core中的字段 -
cn.taketoday.core.annotation中Logger的使用
-
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.env中Logger的使用
声明为Logger的cn.taketoday.core.env中的字段 -
cn.taketoday.core.io中Logger的使用
声明为Logger的cn.taketoday.core.io中的字段修饰符和类型字段说明private static final LoggerPathMatchingPatternResourceLoader.logprotected final LoggerPropertiesLoaderSupport.loggerLogger available to subclasses.private static final LoggerPropertySourceProcessor.loggerprivate static final LoggerResourceArrayPropertyEditor.logger返回Logger的cn.taketoday.core.io中的方法 -
cn.taketoday.core.io.buffer中Logger的使用
-
cn.taketoday.core.ssl中Logger的使用
声明为Logger的cn.taketoday.core.ssl中的字段 -
cn.taketoday.core.type.filter中Logger的使用
-
cn.taketoday.expression.spel.standard中Logger的使用
-
cn.taketoday.lang中Logger的使用
声明为Logger的cn.taketoday.lang中的字段参数类型为Logger的cn.taketoday.lang中的方法修饰符和类型方法说明Create a newTodayStrategies.FailureHandlerthat handles errors by logging trace messages. -
cn.taketoday.logging中Logger的使用
修饰符和类型类说明(专用程序包) final classImplementation ofLoggerthat wraps a list of loggers and delegates to the first one for which logging is enabled at the given level.(专用程序包) final class(专用程序包) final class(专用程序包) final classclass(专用程序包) class声明为Logger的cn.taketoday.logging中的字段修饰符和类型字段说明private final LoggerCompositeLogger.debugLoggerprivate final LoggerCompositeLogger.errorLoggerprivate final LoggerCompositeLogger.infoLoggerprivate static final LoggerCompositeLogger.NO_OP_LOGprivate final LoggerCompositeLogger.traceLoggerprivate final LoggerCompositeLogger.warnLogger返回Logger的cn.taketoday.logging中的方法修饰符和类型方法说明(专用程序包) static Loggerprotected LoggerLog4j2LoggerFactory.createLogger(String name) protected abstract LoggerLoggerFactory.createLogger(String name) protected LoggerSlf4jLoggerFactory.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.private static LoggerCompositeLogger.initLogger(List<Logger> loggers, Level level) private Logger参数类型为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.类型变量类型为Logger的cn.taketoday.logging中的方法参数类型变量类型为Logger的cn.taketoday.logging中的构造器参数 -
cn.taketoday.util中Logger的使用
声明为Logger的cn.taketoday.util中的字段修饰符和类型字段说明private LoggerLambdaSafe.LambdaSafeCallback.logprotected LoggerConcurrencyThrottleSupport.loggerTransient to optimize serialization.private static final LoggerPlaceholderParser.logger参数类型为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.concurrent中Logger的使用
修饰符和类型字段说明private static final LoggerDefaultFuture.loggerprivate static final LoggerSettableFutureNotifier.loggerprivate static final LoggerDefaultFuture.rejectedExecutionLogger参数类型为Logger的cn.taketoday.util.concurrent中的方法修饰符和类型方法说明private static voidSettableFutureNotifier.tryCancel(SettableFuture<?> p, Logger logger) private static voidSettableFutureNotifier.tryFailure(SettableFuture<?> p, Throwable cause, Logger logger) private static <V> voidSettableFutureNotifier.trySuccess(SettableFuture<? super V> p, V result, Logger logger) -
cn.taketoday.util.xml中Logger的使用
声明为Logger的cn.taketoday.util.xml中的字段修饰符和类型字段说明private final LoggerSimpleSaxErrorHandler.loggerprivate final LoggerSimpleTransformErrorListener.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.