org.apache.accumulo.core.security
Class AuditLevel

java.lang.Object
  extended by org.apache.log4j.Priority
      extended by org.apache.log4j.Level
          extended by org.apache.accumulo.core.security.AuditLevel
All Implemented Interfaces:
Serializable

public class AuditLevel
extends org.apache.log4j.Level

See Also:
Serialized Form

Field Summary
static org.apache.log4j.Level AUDIT
           
 
Fields inherited from class org.apache.log4j.Level
ALL, DEBUG, ERROR, FATAL, INFO, OFF, TRACE, TRACE_INT, WARN
 
Fields inherited from class org.apache.log4j.Priority
ALL_INT, DEBUG_INT, ERROR_INT, FATAL_INT, INFO_INT, OFF_INT, WARN_INT
 
Constructor Summary
protected AuditLevel()
           
 
Method Summary
static org.apache.log4j.Level toLevel(int val)
           
 
Methods inherited from class org.apache.log4j.Level
toLevel, toLevel, toLevel
 
Methods inherited from class org.apache.log4j.Priority
equals, getAllPossiblePriorities, getSyslogEquivalent, isGreaterOrEqual, toInt, toPriority, toPriority, toPriority, toPriority, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

AUDIT

public static final org.apache.log4j.Level AUDIT
Constructor Detail

AuditLevel

protected AuditLevel()
Method Detail

toLevel

public static org.apache.log4j.Level toLevel(int val)


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.