com.ibatis.common.log
Class SystemOutLog

java.lang.Object
  extended by com.ibatis.common.log.SystemOutLog
All Implemented Interfaces:
Log

Deprecated. Use Jakarta commons logging

public class SystemOutLog
extends java.lang.Object
implements Log

Author:
clinton_begin

Constructor Summary
SystemOutLog()
          Deprecated. Creates new SystemOutLog
 
Method Summary
 void flush()
          Deprecated.  
 void log(LogEntry logEntry)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemOutLog

public SystemOutLog()
Deprecated. 
Creates new SystemOutLog

Method Detail

log

public void log(LogEntry logEntry)
Deprecated. 
Specified by:
log in interface Log

flush

public void flush()
Deprecated. 
Specified by:
flush in interface Log