Secure iNet Factory

com.jscape.util
Class Logger.Level

java.lang.Object
  extended by com.jscape.util.Logger.Level
All Implemented Interfaces:
java.lang.Comparable
Enclosing class:
Logger

public static final class Logger.Level
extends java.lang.Object
implements java.lang.Comparable

Logger level.


Field Summary
static Logger.Level ERROR
           
static Logger.Level FINE
           
static Logger.Level INFO
           
static Logger.Level OFF
          Logger level "off".
 
Method Summary
 int compareTo(java.lang.Object o)
           
 java.lang.String getName()
           
 int hashCode()
           
 int intValue()
           
 java.lang.String toString()
          Obtains string level representation.
 
Methods inherited from class java.lang.Object
equals, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

FINE

public static final Logger.Level FINE

INFO

public static final Logger.Level INFO

ERROR

public static final Logger.Level ERROR

OFF

public static final Logger.Level OFF
Logger level "off". On this level all messages won't be written to the stream.

Method Detail

getName

public java.lang.String getName()
Returns:
name

intValue

public int intValue()
Returns:
integer value

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object
Returns:
hash code

toString

public java.lang.String toString()
Obtains string level representation.

Overrides:
toString in class java.lang.Object
Returns:
string level representation

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable
Parameters:
o -
Returns:
compareTo(Object o)

Secure iNet Factory

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved