Interface AuditLevel


  • public interface AuditLevel
    Define the Audit Levels of Severity
    Since:
    Aug 21, 2006
    Version:
    $Revision$
    Author:
    Anil Saldhana
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String ERROR
      Denotes situations where there has been a server exception
      static String FAILURE
      Denotes situations when there has been a failed attempt
      static String INFO
      Just some info being passed into the audit logs
      static String SUCCESS