net.sourceforge.acelogger.constants
Class LoggerConstants

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

public final class LoggerConstants
extends Object

This class defines constants related to Logger.

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

Field Summary
static Logger EMPTY
          A logger that do nothing.
static Logger NONE
          A logger suitable to indicate that no logger 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 Logger EMPTY
A logger that do nothing. Suitable to be used when the log is disabled.


NONE

public static final Logger NONE
A logger suitable to indicate that no logger was found.



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