Package fr.gouv.vitam.common.security
Class VitamLoggerLog
java.lang.Object
fr.gouv.vitam.common.security.VitamLoggerLog
- All Implemented Interfaces:
org.owasp.esapi.Logger
Dummy Implementation of Logger for ESAPI
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.owasp.esapi.Logger
org.owasp.esapi.Logger.EventType -
Field Summary
Fields inherited from interface org.owasp.esapi.Logger
ALL, DEBUG, ERROR, EVENT_FAILURE, EVENT_SUCCESS, EVENT_UNSPECIFIED, FATAL, INFO, OFF, SECURITY_AUDIT, SECURITY_FAILURE, SECURITY_SUCCESS, TRACE, WARNING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidintvoidvoidbooleanbooleanbooleanbooleanbooleanbooleanvoidsetLevel(int level) voidvoidvoidvoid
-
Constructor Details
-
VitamLoggerLog
Empty constructor- Parameters:
name-
-
-
Method Details
-
setLevel
public void setLevel(int level) - Specified by:
setLevelin interfaceorg.owasp.esapi.Logger
-
getESAPILevel
public int getESAPILevel()- Specified by:
getESAPILevelin interfaceorg.owasp.esapi.Logger
-
fatal
- Specified by:
fatalin interfaceorg.owasp.esapi.Logger
-
fatal
- Specified by:
fatalin interfaceorg.owasp.esapi.Logger
-
isFatalEnabled
public boolean isFatalEnabled()- Specified by:
isFatalEnabledin interfaceorg.owasp.esapi.Logger
-
error
- Specified by:
errorin interfaceorg.owasp.esapi.Logger
-
error
- Specified by:
errorin interfaceorg.owasp.esapi.Logger
-
isErrorEnabled
public boolean isErrorEnabled()- Specified by:
isErrorEnabledin interfaceorg.owasp.esapi.Logger
-
warning
- Specified by:
warningin interfaceorg.owasp.esapi.Logger
-
warning
- Specified by:
warningin interfaceorg.owasp.esapi.Logger
-
isWarningEnabled
public boolean isWarningEnabled()- Specified by:
isWarningEnabledin interfaceorg.owasp.esapi.Logger
-
info
- Specified by:
infoin interfaceorg.owasp.esapi.Logger
-
info
- Specified by:
infoin interfaceorg.owasp.esapi.Logger
-
isInfoEnabled
public boolean isInfoEnabled()- Specified by:
isInfoEnabledin interfaceorg.owasp.esapi.Logger
-
debug
- Specified by:
debugin interfaceorg.owasp.esapi.Logger
-
debug
- Specified by:
debugin interfaceorg.owasp.esapi.Logger
-
isDebugEnabled
public boolean isDebugEnabled()- Specified by:
isDebugEnabledin interfaceorg.owasp.esapi.Logger
-
trace
- Specified by:
tracein interfaceorg.owasp.esapi.Logger
-
trace
- Specified by:
tracein interfaceorg.owasp.esapi.Logger
-
isTraceEnabled
public boolean isTraceEnabled()- Specified by:
isTraceEnabledin interfaceorg.owasp.esapi.Logger
-
always
- Specified by:
alwaysin interfaceorg.owasp.esapi.Logger
-
always
- Specified by:
alwaysin interfaceorg.owasp.esapi.Logger
-