Uses of Interface
org.exoplatform.services.log.Log
-
Packages that use Log Package Description org.exoplatform.commons.utils This package provides the common utility classes.org.exoplatform.services.log org.exoplatform.services.log.impl -
-
Uses of Log in org.exoplatform.commons.utils
Fields in org.exoplatform.commons.utils declared as Log Modifier and Type Field Description protected static LogMimeTypeResolver. LOG -
Uses of Log in org.exoplatform.services.log
Methods in org.exoplatform.services.log that return Log Modifier and Type Method Description LogExoLogFactory. getExoLogger(Class clazz)Obtain a logger for the specified name.LogExoLogFactory. getExoLogger(String name)Obtain a logger for the specified name.static LogExoLogger. getExoLogger(Class name)Returns a specified logger.static LogExoLogger. getExoLogger(String name)Returns a specified logger.static LogExoLogger. getLogger(Class name)Use insteadExoLogger.getExoLogger(Class).static LogExoLogger. getLogger(String name)Use insteadExoLogger.getExoLogger(String).Methods in org.exoplatform.services.log with parameters of type Log Modifier and Type Method Description abstract booleanLogLevel. isEnabled(Log delegate)voidLogLevel. log(Log delegate, Object msg)abstract voidLogLevel. log(Log delegate, Object msg, Throwable throwable) -
Uses of Log in org.exoplatform.services.log.impl
Classes in org.exoplatform.services.log.impl that implement Log Modifier and Type Class Description classLocationAwareSLF4JExoLogAn implementation ofExoLoggerthat delegates to an instance ofLocationAwareLogger.classSimpleExoLogBased on apache commons loggingSimpleLogclass.classSLF4JExoLogAn implementation ofLogthat delegates to an instance ofLogger.Methods in org.exoplatform.services.log.impl that return Log Modifier and Type Method Description LogAbstractExoLogFactory. getExoLogger(Class clazz)Obtain a logger for the specified name.LogAbstractExoLogFactory. getExoLogger(String name)Obtain a logger for the specified name.protected abstract LogAbstractExoLogFactory. getLogger(String name)Obtain a specified logger.protected LogSimpleExoLogFactory. getLogger(String name)protected LogSLF4JExoLogFactory. getLogger(String name)Obtain a specified logger.
-