net.sourceforge.acelogger.constants
Class AppenderConstants

java.lang.Object
  extended by net.sourceforge.acelogger.constants.AppenderConstants

public final class AppenderConstants
extends Object

This class defines constants related to Appender.

Since:
1.0.0
Version:
1.0.0
Author:
Zardi (https://sourceforge.net/users/daniel_zardi)

Field Summary
static Appender EMPTY
          An appender that does nothing.
static Appender NONE
          An appender suitable to indicate that no appender was found.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY

public static final Appender EMPTY
An appender that does nothing. Suitable to be used when the log is disabled.


NONE

public static final Appender NONE
An appender suitable to indicate that no appender was found.



Copyright © 2007-2010 The AceLogger Team. All Rights Reserved.