org.mybatis.generator.logging
Class JdkLoggingImpl

java.lang.Object
  extended by org.mybatis.generator.logging.JdkLoggingImpl
All Implemented Interfaces:
Log

public class JdkLoggingImpl
extends Object
implements Log

Author:
Clinton Begin, Jeff Butler

Constructor Summary
JdkLoggingImpl(Class<?> clazz)
           
 
Method Summary
 void debug(String s)
           
 void error(String s)
           
 void error(String s, Throwable e)
           
 boolean isDebugEnabled()
           
 void warn(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdkLoggingImpl

public JdkLoggingImpl(Class<?> clazz)
Method Detail

isDebugEnabled

public boolean isDebugEnabled()
Specified by:
isDebugEnabled in interface Log

error

public void error(String s,
                  Throwable e)
Specified by:
error in interface Log

error

public void error(String s)
Specified by:
error in interface Log

debug

public void debug(String s)
Specified by:
debug in interface Log

warn

public void warn(String s)
Specified by:
warn in interface Log


Copyright © 2010-2012 MyBatis.org. All Rights Reserved.