com.github.drinkjava2.jdialects.log
Class DialectPrintLog
java.lang.Object
com.github.drinkjava2.jdialects.log.DialectPrintLog
- All Implemented Interfaces:
- DialectLog
public class DialectPrintLog
- extends Object
- implements DialectLog
DbProConsoleLog output log to console
- Since:
- 1.7.0
- Author:
- Yong Zhu
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DialectPrintLog
public DialectPrintLog(Class<?> clazz)
info
public void info(String msg)
- Specified by:
info in interface DialectLog
warn
public void warn(String msg)
- Specified by:
warn in interface DialectLog
error
public void error(String msg)
- Specified by:
error in interface DialectLog
debug
public void debug(String msg)
- Specified by:
debug in interface DialectLog
Copyright © 2019. All rights reserved.