Uses of Class
com.ibatis.common.log.LogLevel

Packages that use LogLevel
com.ibatis.common.log   
 

Uses of LogLevel in com.ibatis.common.log
 

Fields in com.ibatis.common.log declared as LogLevel
(package private)  LogLevel LogOutputStream.level
          Deprecated.  
private static LogLevel Logger.logLevel
          Deprecated.  
static LogLevel LogLevel.LOG_DEBUG
          Deprecated.  
static LogLevel LogLevel.LOG_STDOUT
          Deprecated.  
static LogLevel LogLevel.LOG_INFO
          Deprecated.  
static LogLevel LogLevel.LOG_WARN
          Deprecated.  
static LogLevel LogLevel.LOG_ERROR
          Deprecated.  
static LogLevel LogLevel.LOG_CRITICAL
          Deprecated.  
private  LogLevel LogEntry.logLevel
          Deprecated.  
 

Methods in com.ibatis.common.log that return LogLevel
static LogLevel Logger.getLogLevel()
          Deprecated.  
 LogLevel LogEntry.getLogLevel()
          Deprecated.  
 

Methods in com.ibatis.common.log with parameters of type LogLevel
static void Logger.setLogLevel(LogLevel level)
          Deprecated.  
 void Logger.log(LogLevel level, java.lang.Object o)
          Deprecated.  
 

Constructors in com.ibatis.common.log with parameters of type LogLevel
LogOutputStream(Log log, LogLevel level)
          Deprecated.  
LogEntry(LogLevel level, java.lang.Object o)
          Deprecated.  
LogEntry(LogLevel level, java.lang.Object channel, java.lang.Object o)
          Deprecated.