Uses of Class
org.owasp.esapi.Logger.EventType

Packages that use Logger.EventType
org.owasp.esapi The ESAPI interfaces and Exception classes model the most important security functions to enterprise web applications. 
org.owasp.esapi.reference This package contains reference implementations of the ESAPI interfaces. 
 

Uses of Logger.EventType in org.owasp.esapi
 

Fields in org.owasp.esapi declared as Logger.EventType
static Logger.EventType Logger.EVENT_FAILURE
          A non-security type of log event that has failed.
static Logger.EventType Logger.EVENT_SUCCESS
          A non-security type of log event that has succeeded.
static Logger.EventType Logger.EVENT_UNSPECIFIED
          A non-security type of log event that is unspecified.
static Logger.EventType Logger.SECURITY_AUDIT
          A security type of log event that is associated with an audit trail of some type, but the log event is not specifically something that has either succeeded or failed or that is irrelevant in the case of this logged message.
static Logger.EventType Logger.SECURITY_FAILURE
          A security type of log event that has failed.
static Logger.EventType Logger.SECURITY_SUCCESS
          A security type of log event that has succeeded.
 

Methods in org.owasp.esapi with parameters of type Logger.EventType
 void Logger.always(Logger.EventType type, String message)
          Log an event regardless of what logging level is enabled.
 void Logger.always(Logger.EventType type, String message, Throwable throwable)
          Log an event regardless of what logging level is enabled and also record the stack trace associated with the event.
 void Logger.debug(Logger.EventType type, String message)
          Log a debug level security event if 'debug' level logging is enabled.
 void Logger.debug(Logger.EventType type, String message, Throwable throwable)
          Log a debug level security event if 'debug' level logging is enabled and also record the stack trace associated with the event.
 void Logger.error(Logger.EventType type, String message)
          Log an error level security event if 'error' level logging is enabled.
 void Logger.error(Logger.EventType type, String message, Throwable throwable)
          Log an error level security event if 'error' level logging is enabled and also record the stack trace associated with the event.
 void Logger.fatal(Logger.EventType type, String message)
          Log a fatal event if 'fatal' level logging is enabled.
 void Logger.fatal(Logger.EventType type, String message, Throwable throwable)
          Log a fatal level security event if 'fatal' level logging is enabled and also record the stack trace associated with the event.
 void Logger.info(Logger.EventType type, String message)
          Log an info level security event if 'info' level logging is enabled.
 void Logger.info(Logger.EventType type, String message, Throwable throwable)
          Log an info level security event if 'info' level logging is enabled and also record the stack trace associated with the event.
 void Logger.trace(Logger.EventType type, String message)
          Log a trace level security event if 'trace' level logging is enabled.
 void Logger.trace(Logger.EventType type, String message, Throwable throwable)
          Log a trace level security event if 'trace' level logging is enabled and also record the stack trace associated with the event.
 void Logger.warning(Logger.EventType type, String message)
          Log a warning level security event if 'warning' level logging is enabled.
 void Logger.warning(Logger.EventType type, String message, Throwable throwable)
          Log a warning level security event if 'warning' level logging is enabled and also record the stack trace associated with the event.
 

Uses of Logger.EventType in org.owasp.esapi.reference
 

Methods in org.owasp.esapi.reference with parameters of type Logger.EventType
 void Log4JLogger.always(Logger.EventType type, String message)
          Log an event regardless of what logging level is enabled.
 void Log4JLogger.always(Logger.EventType type, String message, Throwable throwable)
          Log an event regardless of what logging level is enabled and also record the stack trace associated with the event.
 void Log4JLogger.debug(Logger.EventType type, String message)
          Log a debug level security event if 'debug' level logging is enabled.
 void Log4JLogger.debug(Logger.EventType type, String message, Throwable throwable)
          Log a debug level security event if 'debug' level logging is enabled and also record the stack trace associated with the event.
 void Log4JLogger.error(Logger.EventType type, String message)
          Log an error level security event if 'error' level logging is enabled.
 void Log4JLogger.error(Logger.EventType type, String message, Throwable throwable)
          Log an error level security event if 'error' level logging is enabled and also record the stack trace associated with the event.
 void Log4JLogger.fatal(Logger.EventType type, String message)
          Log a fatal event if 'fatal' level logging is enabled.
 void Log4JLogger.fatal(Logger.EventType type, String message, Throwable throwable)
          Log a fatal level security event if 'fatal' level logging is enabled and also record the stack trace associated with the event.
 void Log4JLogger.info(Logger.EventType type, String message)
          Log an info level security event if 'info' level logging is enabled.
 void Log4JLogger.info(Logger.EventType type, String message, Throwable throwable)
          Log an info level security event if 'info' level logging is enabled and also record the stack trace associated with the event.
 void Log4JLogger.trace(Logger.EventType type, String message)
          Log a trace level security event if 'trace' level logging is enabled.
 void Log4JLogger.trace(Logger.EventType type, String message, Throwable throwable)
          Log a trace level security event if 'trace' level logging is enabled and also record the stack trace associated with the event.
 void Log4JLogger.warning(Logger.EventType type, String message)
          Log a warning level security event if 'warning' level logging is enabled.
 void Log4JLogger.warning(Logger.EventType type, String message, Throwable throwable)
          Log a warning level security event if 'warning' level logging is enabled and also record the stack trace associated with the event.
 



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