Uses of Interface
com.aspectran.core.util.logging.Logger
-
Packages that use Logger Package Description com.aspectran.core.context.rule.appender com.aspectran.core.context.rule.parser com.aspectran.core.support.i18n.message com.aspectran.core.util.logging Base package for logging.com.aspectran.core.util.logging.commons Logger using Commons Logging feature.com.aspectran.core.util.logging.jdk14 Logger using JDK logging feature.com.aspectran.core.util.logging.log4j2 Logger using Log4J 2 feature.com.aspectran.core.util.logging.nologging Logger for no operation.com.aspectran.core.util.logging.slf4j logger using SLF4J feature.com.aspectran.core.util.logging.stdout Logger using standard out.com.aspectran.daemon.command.file com.aspectran.web.support.tags -
-
Uses of Logger in com.aspectran.core.context.rule.appender
Fields in com.aspectran.core.context.rule.appender declared as Logger Modifier and Type Field Description protected LoggerAbstractAppendHandler. loggerprotected LoggerAbstractAppendHandler. logger -
Uses of Logger in com.aspectran.core.context.rule.parser
Fields in com.aspectran.core.context.rule.parser declared as Logger Modifier and Type Field Description protected LoggerAbstractActivityContextParser. logger -
Uses of Logger in com.aspectran.core.support.i18n.message
Fields in com.aspectran.core.support.i18n.message declared as Logger Modifier and Type Field Description protected LoggerMessageSourceSupport. loggerLogger available to subclasses -
Uses of Logger in com.aspectran.core.util.logging
Methods in com.aspectran.core.util.logging that return Logger Modifier and Type Method Description static LoggerLoggerFactory. getLogger(java.lang.Class<?> aClass)static LoggerLoggerFactory. getLogger(java.lang.String name)Method parameters in com.aspectran.core.util.logging with type arguments of type Logger Modifier and Type Method Description static voidLoggerFactory. useCustomLogging(java.lang.Class<? extends Logger> clazz) -
Uses of Logger in com.aspectran.core.util.logging.commons
Classes in com.aspectran.core.util.logging.commons that implement Logger Modifier and Type Class Description classJakartaCommonsLoggerApache Commons Logging logger. -
Uses of Logger in com.aspectran.core.util.logging.jdk14
Classes in com.aspectran.core.util.logging.jdk14 that implement Logger Modifier and Type Class Description classJdk14Loggerjava.util.logging logger. -
Uses of Logger in com.aspectran.core.util.logging.log4j2
Classes in com.aspectran.core.util.logging.log4j2 that implement Logger Modifier and Type Class Description classLog4j2ExtendedLoggerWrapperThe Class Log4j2ExtendedLoggerWrapper.classLog4j2LoggerApache Log4j 2 logger.classLog4j2LoggerWrapperThe Class Log4j2LoggerWrapper. -
Uses of Logger in com.aspectran.core.util.logging.nologging
Classes in com.aspectran.core.util.logging.nologging that implement Logger Modifier and Type Class Description classDumbLoggerDumb logger with no logging. -
Uses of Logger in com.aspectran.core.util.logging.slf4j
Classes in com.aspectran.core.util.logging.slf4j that implement Logger Modifier and Type Class Description classSlf4jLoggerSLF4J logger. -
Uses of Logger in com.aspectran.core.util.logging.stdout
Classes in com.aspectran.core.util.logging.stdout that implement Logger Modifier and Type Class Description classStdOutLoggerALoggerthat logs directly to the standard output stream (System.out) or standard error output stream (System.err) depending on the log level. -
Uses of Logger in com.aspectran.daemon.command.file
Fields in com.aspectran.daemon.command.file declared as Logger Modifier and Type Field Description protected LoggerDefaultCommandFilePoller. logger -
Uses of Logger in com.aspectran.web.support.tags
Fields in com.aspectran.web.support.tags declared as Logger Modifier and Type Field Description protected LoggerCurrentActivityAwareTag. loggerLogger available to subclasses.
-