com.ibatis.common.log
Class LogLevel

java.lang.Object
  extended bycom.ibatis.common.log.LogLevel

Deprecated. Use Jakarta commons logging

public class LogLevel
extends java.lang.Object

Author:
clinton_begin

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

LOG_DEBUG

public static final LogLevel LOG_DEBUG
Deprecated. 

LOG_STDOUT

public static final LogLevel LOG_STDOUT
Deprecated. 

LOG_INFO

public static final LogLevel LOG_INFO
Deprecated. 

LOG_WARN

public static final LogLevel LOG_WARN
Deprecated. 

LOG_ERROR

public static final LogLevel LOG_ERROR
Deprecated. 

LOG_CRITICAL

public static final LogLevel LOG_CRITICAL
Deprecated. 

level

private int level
Deprecated. 
Constructor Detail

LogLevel

private LogLevel(int level)
Deprecated. 
Method Detail

getLevel

public int getLevel()
Deprecated.