kr.co.hit.live.log.io
Class LogLevel

java.lang.Object
  extended by kr.co.hit.live.log.io.LogLevel

public class LogLevel
extends Object

Author:
κΉ€ν˜•λ„

Field Summary
static LogLevel DEBUG
           
static int DEBUG_LEVEL
           
static LogLevel ERROR
           
static int ERROR_LEVEL
           
static LogLevel INFO
           
static int INFO_LEVEL
           
protected  int logLevel
           
static LogLevel TRACE
           
static int TRACE_LEVEL
           
static LogLevel WARN
           
static int WARN_LEVEL
           
 
Constructor Summary
protected LogLevel(int level)
           
 
Method Summary
 void log(org.slf4j.Logger logger, Object message)
           
 void log(org.slf4j.Logger logger, Object message, Throwable thr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRACE_LEVEL

public static final int TRACE_LEVEL
See Also:
Constant Field Values

DEBUG_LEVEL

public static final int DEBUG_LEVEL
See Also:
Constant Field Values

INFO_LEVEL

public static final int INFO_LEVEL
See Also:
Constant Field Values

WARN_LEVEL

public static final int WARN_LEVEL
See Also:
Constant Field Values

ERROR_LEVEL

public static final int ERROR_LEVEL
See Also:
Constant Field Values

TRACE

public static final LogLevel TRACE

DEBUG

public static final LogLevel DEBUG

INFO

public static final LogLevel INFO

WARN

public static final LogLevel WARN

ERROR

public static final LogLevel ERROR

logLevel

protected int logLevel
Constructor Detail

LogLevel

protected LogLevel(int level)
Method Detail

log

public void log(org.slf4j.Logger logger,
                Object message)

log

public void log(org.slf4j.Logger logger,
                Object message,
                Throwable thr)


Copyright © 2014. All Rights Reserved.