org.apache.accumulo.server.tabletserver
Class TLevel

java.lang.Object
  extended by org.apache.log4j.Priority
      extended by org.apache.log4j.Level
          extended by org.apache.accumulo.server.tabletserver.TLevel
All Implemented Interfaces:
Serializable

public class TLevel
extends org.apache.log4j.Level

See Also:
Serialized Form

Field Summary
static org.apache.log4j.Level TABLET_HIST
           
 
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 TLevel()
           
 
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

TABLET_HIST

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

TLevel

protected TLevel()
Method Detail

toLevel

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


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