Uses of Interface
org.exoplatform.services.log.ExoLogFactory
Packages that use ExoLogFactory
-
Uses of ExoLogFactory in org.exoplatform.services.log
Methods in org.exoplatform.services.log with parameters of type ExoLogFactoryModifier and TypeMethodDescriptionstatic 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 ExoLogFactoryModifier and TypeClassDescriptionclassAn abstract logger factory that maintains a cache of name to logger instance.classA factory forSimpleExoLog.classA factory forLocationAwareSLF4JExoLogandSLF4JExoLogbased on the type of the logger returned byLoggerFactorywhich can beLoggerorLocationAwareLogger.