Package org.owasp.esapi
Class Logger.EventType
- java.lang.Object
-
- org.owasp.esapi.Logger.EventType
-
- Enclosing interface:
- Logger
public static class Logger.EventType extends java.lang.Object
Defines the type of log event that is being generated. The Logger interface defines 6 types of Log events: SECURITY_SUCCESS, SECURITY_FAILURE, EVENT_SUCCESS, EVENT_FAILURE, EVENT_UNSPECIFIED. Your implementation can extend or change this list if desired.
-
-
Constructor Summary
Constructors Constructor Description EventType(java.lang.String name, java.lang.Boolean newSuccess)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Boolean
isSuccess()
java.lang.String
toString()
Convert theEventType
to a string.
-