Package org.sqlite.util
Class LoggerFactory
- java.lang.Object
-
- org.sqlite.util.LoggerFactory
-
public class LoggerFactory extends java.lang.Object
A factory forLogger
instances that uses SLF4J if present, falling back on a java.util.logging implementation otherwise.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
LoggerFactory.JDKLogger
private static class
LoggerFactory.SLF4JLogger
-
Field Summary
Fields Modifier and Type Field Description (package private) static boolean
USE_SLF4J
-
Constructor Summary
Constructors Constructor Description LoggerFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Logger
getLogger(java.lang.Class<?> hostClass)
Get aLogger
instance for the given host class.
-