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
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.