Uses of Interface
com.aspectran.core.util.logging.Log
-
-
Uses of Log in com.aspectran.core.context.rule.appender
Fields in com.aspectran.core.context.rule.appender declared as Log Modifier and Type Field Description protected LogAbstractAppendHandler. logprotected LogAbstractAppendHandler. 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 LogAbstractActivityContextParser. 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 LogLocaleChangeInterceptor. 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 LogMessageSourceSupport. logLogger 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 LogLogFactory. getLog(java.lang.Class<?> aClass)static LogLogFactory. 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 voidLogFactory. 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 classJakartaCommonsLoggingImpl -
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 classJdk14LoggingImpl -
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 classLog4jImpl -
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 classLog4j2AbstractLoggerImplclassLog4j2ImplclassLog4j2LoggerImpl -
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 classNoLoggingImpl -
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 classSlf4jImpl -
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 classStdOutImpl
-