com.platform.ego.impl
Class Level

java.lang.Object
  extended by com.platform.ego.impl.Level

public class Level
extends java.lang.Object

Definition of log level.

Version:
1.2.3

Field Summary
static Level DEBUG
           
static Level ERROR
           
static Level FATAL
           
static Level INFO
           
static Level WARN
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getLevel()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INFO

public static final Level INFO

WARN

public static final Level WARN

DEBUG

public static final Level DEBUG

ERROR

public static final Level ERROR

FATAL

public static final Level FATAL
Method Detail

getLevel

public int getLevel()

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright (C) 1992-2007 Platform Computing Corporation