Uses of Interface
org.objectweb.util.monolog.api.LoggingFactory
-
Packages that use LoggingFactory Package Description fr.dyade.aaa.agent fr.dyade.aaa.common org.objectweb.util.monolog.api org.objectweb.util.monolog.jul org.objectweb.util.monolog.slf4j -
-
Uses of LoggingFactory in fr.dyade.aaa.agent
Methods in fr.dyade.aaa.agent with parameters of type LoggingFactory Modifier and Type Method Description static voidAgentServer. init(short sid, String serverDataDirPath, boolean update, LoggingFactory loggerFactory)static voidAgentServer. init(short sid, String path, LoggingFactory loggerFactory)Initializes this agent server. -
Uses of LoggingFactory in fr.dyade.aaa.common
Fields in fr.dyade.aaa.common declared as LoggingFactory Modifier and Type Field Description private static LoggingFactoryDebug. factoryMethods in fr.dyade.aaa.common with parameters of type LoggingFactory Modifier and Type Method Description static voidDebug. setLoggerFactory(LoggingFactory loggerFactory)Deprecated. -
Uses of LoggingFactory in org.objectweb.util.monolog.api
Fields in org.objectweb.util.monolog.api declared as LoggingFactory Modifier and Type Field Description private static LoggingFactoryBasicLevel. factoryMethods in org.objectweb.util.monolog.api with parameters of type LoggingFactory Modifier and Type Method Description static voidBasicLevel. initialize(LoggingFactory f) -
Uses of LoggingFactory in org.objectweb.util.monolog.jul
Classes in org.objectweb.util.monolog.jul that implement LoggingFactory Modifier and Type Class Description classSimpleLoggingFactory -
Uses of LoggingFactory in org.objectweb.util.monolog.slf4j
Classes in org.objectweb.util.monolog.slf4j that implement LoggingFactory Modifier and Type Class Description classSlf4jMonologFactoryGestionnaire et factory principale pour Monolog.
-