Package fr.gouv.vitam.common.security
Class VitamLoggerLogFactory
- java.lang.Object
-
- fr.gouv.vitam.common.security.VitamLoggerLogFactory
-
- All Implemented Interfaces:
org.owasp.esapi.LogFactory
public class VitamLoggerLogFactory extends java.lang.Object implements org.owasp.esapi.LogFactoryDummy Implementation of Logger Factory for Esapi
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.owasp.esapi.LogFactorygetInstance()org.owasp.esapi.LoggergetLogger(java.lang.Class clazz)getter of the Logger by classorg.owasp.esapi.LoggergetLogger(java.lang.String moduleName)getter of the Logger by module name
-
-
-
Method Detail
-
getInstance
public static org.owasp.esapi.LogFactory getInstance()
- Returns:
- the instance of this factory
-
getLogger
public org.owasp.esapi.Logger getLogger(java.lang.String moduleName)
getter of the Logger by module name- Specified by:
getLoggerin interfaceorg.owasp.esapi.LogFactory
-
getLogger
public org.owasp.esapi.Logger getLogger(java.lang.Class clazz)
getter of the Logger by class- Specified by:
getLoggerin interfaceorg.owasp.esapi.LogFactory- Parameters:
clazz-- Returns:
- Logger
-
-