Class Level

java.lang.Object
org.apache.log4j.Priority
org.apache.log4j.Level
All Implemented Interfaces:
Serializable

public class Level extends Priority implements Serializable
Defines the minimum set of levels recognized by the system, that is OFF, FATAL, ERROR, WARN, INFO, DEBUG and ALL.

The Level class may be subclassed to define a larger level set.

Author:
Ceki Gülcü
See Also: