Uses of Interface
org.exoplatform.services.log.ExoLogFactory
-
Packages that use ExoLogFactory Package Description org.exoplatform.services.log org.exoplatform.services.log.impl -
-
Uses of ExoLogFactory in org.exoplatform.services.log
Methods in org.exoplatform.services.log with parameters of type ExoLogFactory Modifier and Type Method Description static voidExoLogger. setFactory(ExoLogFactory factory)Configures the exo logger factory. -
Uses of ExoLogFactory in org.exoplatform.services.log.impl
Classes in org.exoplatform.services.log.impl that implement ExoLogFactory Modifier and Type Class Description classAbstractExoLogFactoryAn abstract logger factory that maintains a cache of name to logger instance.classSimpleExoLogFactoryA factory forSimpleExoLog.classSLF4JExoLogFactoryA factory forLocationAwareSLF4JExoLogandSLF4JExoLogbased on the type of the logger returned byLoggerFactorywhich can beLoggerorLocationAwareLogger.
-