net.sourceforge.acelogger.constants
Class LevelFilterConstants

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

public final class LevelFilterConstants
extends Object

This class defines constants related to LevelFilter.

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

Field Summary
static LevelFilter ACCEPT_ALL
          A filter that accepts all levels.
static LevelFilter ACCEPT_NONE
          A filter that accepts no levels.
static LogLevel DEFAULT_LEVEL
          Determines the default level, if none is supplied.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACCEPT_ALL

public static final LevelFilter ACCEPT_ALL
A filter that accepts all levels.


ACCEPT_NONE

public static final LevelFilter ACCEPT_NONE
A filter that accepts no levels.


DEFAULT_LEVEL

public static final LogLevel DEFAULT_LEVEL
Determines the default level, if none is supplied.



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