Package fr.gouv.vitam.common.security
Class VitamLoggerLogFactory
java.lang.Object
fr.gouv.vitam.common.security.VitamLoggerLogFactory
- All Implemented Interfaces:
org.owasp.esapi.LogFactory
Dummy Implementation of Logger Factory for Esapi
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.owasp.esapi.LogFactory
org.owasp.esapi.Logger
getter of the Logger by classorg.owasp.esapi.Logger
getter of the Logger by module name
-
Method Details
-
getInstance
public static org.owasp.esapi.LogFactory getInstance()- Returns:
- the instance of this factory
-
getLogger
getter of the Logger by module name- Specified by:
getLogger
in interfaceorg.owasp.esapi.LogFactory
-
getLogger
getter of the Logger by class- Specified by:
getLogger
in interfaceorg.owasp.esapi.LogFactory
- Parameters:
clazz
-- Returns:
- Logger
-