|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.log4j.Priority
org.apache.log4j.Level
com.mindtree.techworks.insight.spi.LogLevel
public class LogLevel
The LogLevel class is a derivative of the Apache log4j Level class.
Level,
Serialized Form| Field Summary | |
|---|---|
static int |
DEFAULT_SYSLOG_EQUIVALENT
|
| 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 |
LogLevel(int level,
java.lang.String levelStr)
Constructor for this class. |
| Method Summary |
|---|
| Methods inherited from class org.apache.log4j.Level |
|---|
equals, hashCode, toLevel, toLevel, toLevel, toLevel |
| Methods inherited from class org.apache.log4j.Priority |
|---|
getAllPossiblePriorities, getSyslogEquivalent, isGreaterOrEqual, toInt, toPriority, toPriority, toPriority, toPriority, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int DEFAULT_SYSLOG_EQUIVALENT
| Constructor Detail |
|---|
protected LogLevel(int level,
java.lang.String levelStr)
level - int representation of level for this LogLevellevelStr - String representation of level for this LogLevel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||