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.LogFactory
Dummy 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.LogFactory
getInstance()
org.owasp.esapi.Logger
getLogger(java.lang.Class clazz)
getter of the Logger by classorg.owasp.esapi.Logger
getLogger(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:
getLogger
in interfaceorg.owasp.esapi.LogFactory
-
getLogger
public org.owasp.esapi.Logger getLogger(java.lang.Class clazz)
getter of the Logger by class- Specified by:
getLogger
in interfaceorg.owasp.esapi.LogFactory
- Parameters:
clazz
-- Returns:
- Logger
-
-