com.github.drinkjava2.jdialects.log
Class DialectPrintLog

java.lang.Object
  extended by 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

Constructor Summary
DialectPrintLog(Class<?> clazz)
           
 
Method Summary
 void debug(String msg)
           
 void error(String msg)
           
 void info(String msg)
           
 void warn(String msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DialectPrintLog

public DialectPrintLog(Class<?> clazz)
Method Detail

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.