Methods in org.hsqldb.lib that return FrameworkLogger |
static FrameworkLogger |
FrameworkLogger.getLog(Class c)
User's entry-point into this logging system. |
static FrameworkLogger |
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. |
static FrameworkLogger |
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. |
static FrameworkLogger |
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. |