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
private  LogLevel LogEntry.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.  
(package private)  LogLevel LogOutputStream.level
          Deprecated.  
private static LogLevel Logger.logLevel
          Deprecated.  
 

Methods in com.ibatis.common.log that return LogLevel
 LogLevel LogEntry.getLogLevel()
          Deprecated.  
static LogLevel Logger.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
LogEntry(LogLevel level, java.lang.Object o)
          Deprecated.  
LogEntry(LogLevel level, java.lang.Object channel, java.lang.Object o)
          Deprecated.  
LogOutputStream(Log log, LogLevel level)
          Deprecated.