Uses of Interface
com.aspectran.core.util.logging.Log
-
-
Uses of Log in com.aspectran.core.context.rule.parser
Fields in com.aspectran.core.context.rule.parser declared as Log Modifier and Type Field Description protected Log
AbstractActivityContextParser. log
-
Uses of Log in com.aspectran.core.support.i18n.locale
Fields in com.aspectran.core.support.i18n.locale declared as Log Modifier and Type Field Description protected Log
LocaleChangeInterceptor. log
-
Uses of Log in com.aspectran.core.support.i18n.message
Fields in com.aspectran.core.support.i18n.message declared as Log Modifier and Type Field Description protected Log
MessageSourceSupport. log
Logger available to subclasses -
Uses of Log in com.aspectran.core.util.logging
Methods in com.aspectran.core.util.logging that return Log Modifier and Type Method Description static Log
LogFactory. getLog(java.lang.Class<?> aClass)
static Log
LogFactory. getLog(java.lang.String logger)
Method parameters in com.aspectran.core.util.logging with type arguments of type Log Modifier and Type Method Description static void
LogFactory. useCustomLogging(java.lang.Class<? extends Log> clazz)
-
Uses of Log in com.aspectran.core.util.logging.commons
Classes in com.aspectran.core.util.logging.commons that implement Log Modifier and Type Class Description class
JakartaCommonsLoggingImpl
-
Uses of Log in com.aspectran.core.util.logging.jdk14
Classes in com.aspectran.core.util.logging.jdk14 that implement Log Modifier and Type Class Description class
Jdk14LoggingImpl
-
Uses of Log in com.aspectran.core.util.logging.log4j
Classes in com.aspectran.core.util.logging.log4j that implement Log Modifier and Type Class Description class
Log4jImpl
-
Uses of Log in com.aspectran.core.util.logging.log4j2
Classes in com.aspectran.core.util.logging.log4j2 that implement Log Modifier and Type Class Description class
Log4j2AbstractLoggerImpl
class
Log4j2Impl
class
Log4j2LoggerImpl
-
Uses of Log in com.aspectran.core.util.logging.nologging
Classes in com.aspectran.core.util.logging.nologging that implement Log Modifier and Type Class Description class
NoLoggingImpl
-
Uses of Log in com.aspectran.core.util.logging.slf4j
Classes in com.aspectran.core.util.logging.slf4j that implement Log Modifier and Type Class Description class
Slf4jImpl
-
Uses of Log in com.aspectran.core.util.logging.stdout
Classes in com.aspectran.core.util.logging.stdout that implement Log Modifier and Type Class Description class
StdOutImpl
-
Uses of Log in com.aspectran.daemon.command.polling
Fields in com.aspectran.daemon.command.polling declared as Log Modifier and Type Field Description protected Log
AbstractCommandPoller. log
-