org.slf4j.event
Class EventConstants

java.lang.Object
  extended by org.slf4j.event.EventConstants

public class EventConstants
extends Object


Field Summary
static int DEBUG_INT
           
static int ERROR_INT
           
static int INFO_INT
           
static String NA_SUBST
           
static int TRACE_INT
           
static int WARN_INT
           
 
Constructor Summary
EventConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ERROR_INT

public static final int ERROR_INT
See Also:
Constant Field Values

WARN_INT

public static final int WARN_INT
See Also:
Constant Field Values

INFO_INT

public static final int INFO_INT
See Also:
Constant Field Values

DEBUG_INT

public static final int DEBUG_INT
See Also:
Constant Field Values

TRACE_INT

public static final int TRACE_INT
See Also:
Constant Field Values

NA_SUBST

public static final String NA_SUBST
See Also:
Constant Field Values
Constructor Detail

EventConstants

public EventConstants()


Copyright © 2005–2016 QOS.ch. All rights reserved.