Uses of Interface
com.aspectran.core.util.logging.Log
-
Packages that use Log Package Description com.aspectran.core.context.rule.appender com.aspectran.core.context.rule.parser com.aspectran.core.support.i18n.locale 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 standard out.com.aspectran.core.util.logging.stdout Logger using SLF4J feature. -
-
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 classLog4jImplDeprecated.Since 6.0.0 - This class will remove future. -
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
-