Uses of Class
org.hsqldb.lib.FrameworkLogger
Packages that use FrameworkLogger
-
Uses of FrameworkLogger in org.hsqldb.lib
Methods in org.hsqldb.lib that return FrameworkLoggerModifier and TypeMethodDescriptionstatic FrameworkLogger
User's entry-point into this logging system.static FrameworkLogger
This method just defers to the getLog(Class) method unless default (no local configuration) JDK logging is being used; In that case, this method assures that the returned logger has an associated FileHander using the supplied String identifier.static FrameworkLogger
Alternative entry-point into this logging system, for cases where you want to share a single logger instance among multiple classes, or you want to use multiple logger instances from a single class.static FrameworkLogger
This method just defers to the getLog(String) method unless default (no local configuration) JDK logging is being used; In that case, this method assures that the returned logger has an associated FileHander using the supplied String identifier.