com.github.drinkjava2.jdbpro
Interface DbProLogger

All Known Implementing Classes:
DbProLogger.DefaultDbProLogger

public interface DbProLogger

For logger output, to avoid logger jar version conflict, default use JDK log, if found commons log, use it, if found Log4j use it..., by this way this project has no dependency to any logger jar.

Since:
1.7.0
Author:
Yong Zhu

Nested Class Summary
static class DbProLogger.DefaultDbProLogger
           
 
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 © 2018. All rights reserved.