org.owasp.esapi
Class Logger.EventType

java.lang.Object
  extended by 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 4 types of Log events: SECURITY_SUCCESS, SECURITY_FAILURE, EVENT_SUCCESS, EVENT_FAILURE. Your implementation can extend or change this list if desired.


Method Summary
 boolean isSuccess()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

isSuccess

public boolean isSuccess()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
Returns:


Copyright © 2010 The Open Web Application Security Project (OWASP). All Rights Reserved.