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.log4j Logger using Log4J 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 Logger
AbstractAppendHandler. logger
protected Logger
AbstractAppendHandler. 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 Logger
AbstractActivityContextParser. 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 Logger
MessageSourceSupport. logger
Logger 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 Logger
LoggerFactory. getLogger(java.lang.Class<?> aClass)
static Logger
LoggerFactory. 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 void
LoggerFactory. 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 class
JakartaCommonsLogger
Apache 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 class
Jdk14Logger
java.util.logging logger. -
Uses of Logger in com.aspectran.core.util.logging.log4j
Classes in com.aspectran.core.util.logging.log4j that implement Logger Modifier and Type Class Description class
Log4jLogger
Apache Log4J 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 class
Log4j2ExtendedLoggerWrapper
The Class Log4j2ExtendedLoggerWrapper.class
Log4j2Logger
Apache Log4j 2 logger.class
Log4j2LoggerWrapper
The 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 class
DumbLogger
Dumb 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 class
Slf4jLogger
SLF4J 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 class
StdOutLogger
ALogger
that 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 Logger
DefaultCommandFilePoller. 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 Logger
CurrentActivityAwareTag. logger
Logger available to subclasses.
-