|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectLevel
org.eclipse.corona.logger.log4j.levels.TestLevel
public class TestLevel
Defines the custom level recognized by the corona plugin. Used in test
plugins for storing special test information in separate files.
This level fits into standard levels as follows.
TestLevel < TRACE < DEBUG < INFO < WARN < ERROR < FATAL.
ThresholdRollingFileAppender
Field Summary | |
---|---|
static Level |
ALL
New ALL instance intended to turn on all logging. |
static TestLevel |
TEST
Test level instance. |
static int |
TEST_INT
TestLevel level value. |
Constructor Summary | |
---|---|
protected |
TestLevel(int arg0,
java.lang.String arg1,
int arg2)
|
Method Summary | |
---|---|
static Priority[] |
getAllPossiblePriorities()
Deprecated. |
static Level |
toLevel(int i)
|
static Level |
toLevel(int i,
Level level)
|
static Level |
toLevel(java.lang.String s)
|
static Level |
toLevel(java.lang.String s,
Level level)
|
static Priority |
toPriority(int i)
Deprecated. |
static Priority |
toPriority(int i,
Priority priority)
Deprecated. |
static Priority |
toPriority(java.lang.String sArg)
Deprecated. |
static Priority |
toPriority(java.lang.String sArg,
Priority priority)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int TEST_INT
public static final TestLevel TEST
public static final Level ALL
Constructor Detail |
---|
protected TestLevel(int arg0, java.lang.String arg1, int arg2)
Method Detail |
---|
public static Level toLevel(java.lang.String s)
Level#toLevel(String)
public static Level toLevel(int i)
Level#toLevel(int)
public static Level toLevel(int i, Level level)
Level#toLevel(int, Level)
public static Level toLevel(java.lang.String s, Level level)
Level#toLevel(String, Level)
public static Priority toPriority(java.lang.String sArg)
Level#toPriority(String)
public static Priority toPriority(int i) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
Level#toPriority(int)
public static Priority toPriority(int i, Priority priority)
Level#toPriority(int, Priority)
public static Priority toPriority(java.lang.String sArg, Priority priority)
Level#toPriority(String, Priority)
public static Priority[] getAllPossiblePriorities()
Level#getAllPossiblePriorities()
|
Copyright 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |