- All Known Implementing Classes:
- ConsoleLog, EmptyLog, SimpleSLF4JLog
public interface Log
JLog used for inside of jSqlBox project, if a "jlogs.properties" file if
found on class root folder (main/resources), will try load the designated
JLog implementation, otherwise use default ConsoleLog as logger
An example of "jlogs.properties":
log=com.github.drinkjava2.jlogs.SimpleSLF4JLog
Another full example of using SLF4j+LogBack in production environment please
see jsqlbox-jbooox demo project
- Since:
- 2.0.5
- Author:
- Yong Zhu