Package org.sqlite.util
Class LoggerFactory
java.lang.Object
org.sqlite.util.LoggerFactory
A factory for
Logger
instances that uses SLF4J if present, falling back on a
java.util.logging implementation otherwise.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LoggerFactory
public LoggerFactory()
-
-
Method Details
-
getLogger
Get aLogger
instance for the given host class.- Parameters:
hostClass
- the host class from which log messages will be issued- Returns:
- a Logger
-