Package | Description |
---|---|
org.hsqldb.lib |
Shared classes used by other HyperSQL classes.
|
Modifier and Type | Method and Description |
---|---|
static FrameworkLogger |
FrameworkLogger.getLog(java.lang.Class c)
User's entry-point into this logging system.
|
static FrameworkLogger |
FrameworkLogger.getLog(java.lang.Class c,
java.lang.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(java.lang.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(java.lang.String baseId,
java.lang.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.
|
Copyright �� 2001 - 2013 HSQL Development Group.