|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibatis.common.log.LogLevel
Field Summary | |
private int |
level
Deprecated. |
static LogLevel |
LOG_CRITICAL
Deprecated. |
static LogLevel |
LOG_DEBUG
Deprecated. |
static LogLevel |
LOG_ERROR
Deprecated. |
static LogLevel |
LOG_INFO
Deprecated. |
static LogLevel |
LOG_STDOUT
Deprecated. |
static LogLevel |
LOG_WARN
Deprecated. |
Constructor Summary | |
private |
LogLevel(int level)
Deprecated. |
Method Summary | |
int |
getLevel()
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final LogLevel LOG_DEBUG
public static final LogLevel LOG_STDOUT
public static final LogLevel LOG_INFO
public static final LogLevel LOG_WARN
public static final LogLevel LOG_ERROR
public static final LogLevel LOG_CRITICAL
private int level
Constructor Detail |
private LogLevel(int level)
Method Detail |
public int getLevel()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |