com.github.drinkjava2.jdialects.log
Interface DialectLog

All Known Implementing Classes:
DialectPrintLog

public interface DialectLog

DialectLog used for jDialects project, if a "DialectLog.properties" file found on class root folder (main/resources), will try load the designated DialectLog implementation, otherwise use default DialectPrintLog as log output.
An example of "DbProLog.properties":
log=com.github.drinkjava2.jdbpro.log.DbProSLF4JLog

Since:
2.0.5
Author:
Yong Zhu

Method Summary
 void debug(String msg)
           
 void error(String msg)
           
 void info(String msg)
           
 void warn(String msg)
           
 

Method Detail

info

void info(String msg)

warn

void warn(String msg)

error

void error(String msg)

debug

void debug(String msg)


Copyright © 2019. All rights reserved.