Uses of Class
org.hsqldb.lib.FrameworkLogger

Packages that use FrameworkLogger
Package
Description
Contains shared classes used by other HyperSQL classes.
  • Uses of FrameworkLogger in org.hsqldb.lib

    Methods in org.hsqldb.lib that return FrameworkLogger
    Modifier and Type
    Method
    Description
    FrameworkLogger.getLog(Class c)
    User's entry-point into this logging system.
    FrameworkLogger.getLog(Class c, String contextId)
    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.
    FrameworkLogger.getLog(String s)
    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.
    FrameworkLogger.getLog(String baseId, String contextId)
    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.