TraceWriterAdapter
This adapter sends log output to SLF4J. SLF4J supports multiple
implementations such as Logback, Log4j, Jakarta Commons Logging (JCL), JDK
1.4 logging, x4juli, and Simple Log. To use SLF4J, you need to add the
required jar files to the classpath, and set the trace level to 4 when
opening a database:
jdbc:h2:˜/test;TRACE_LEVEL_FILE=4
The logger name is 'h2database'.
| Methods |
| boolean |
isEnabled(int level)
|
| boolean |
isEnabled(int level)
|
| void |
setName(String name)
|
| void |
setName(String name)
|
| void |
write(int level, int moduleId, String s, Throwable t)
|
| void |
write(int level, int moduleId, String s, Throwable t)
|
| void |
write(int level, String module, String s, Throwable t)
|
| void |
write(int level, String module, String s, Throwable t)
|
|