pl.edu.agh.cast.util.logging
Class StdErrLevel

java.lang.Object
  extended by org.apache.log4j.Priority
      extended by org.apache.log4j.Level
          extended by pl.edu.agh.cast.util.logging.StdErrLevel
All Implemented Interfaces:
Serializable

public final class StdErrLevel
extends org.apache.log4j.Level

A logging level which should be used for redirecting System.err to logger.

Author:
AGH CAST Team
See Also:
Serialized Form

Field Summary
static org.apache.log4j.Level STDERR
          Level for STDOUT activity.
 
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
 
Method Summary
protected  Object readResolve()
          Method to avoid creating duplicate instances when deserializing the object.
 
Methods inherited from class org.apache.log4j.Level
toLevel, toLevel, toLevel, toLevel
 
Methods inherited from class org.apache.log4j.Priority
equals, getAllPossiblePriorities, getSyslogEquivalent, isGreaterOrEqual, toInt, toPriority, toPriority, toPriority, toPriority, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

STDERR

public static final org.apache.log4j.Level STDERR
Level for STDOUT activity.

Method Detail

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Method to avoid creating duplicate instances when deserializing the object.

Returns:
the singleton instance of this Level value in this classloader
Throws:
ObjectStreamException


Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.