Uses of Interface
org.h2.message.TraceWriter
-
Packages that use TraceWriter Package Description org.h2.message Trace (logging facility) and error message tool. -
-
Uses of TraceWriter in org.h2.message
Classes in org.h2.message that implement TraceWriter Modifier and Type Class Description class
TraceSystem
The trace mechanism is the logging facility of this database.class
TraceWriterAdapter
This adapter sends log output to SLF4J.Fields in org.h2.message declared as TraceWriter Modifier and Type Field Description private TraceWriter
Trace. traceWriter
private TraceWriter
TraceSystem. writer
Constructors in org.h2.message with parameters of type TraceWriter Constructor Description Trace(TraceWriter traceWriter, int moduleId)
Trace(TraceWriter traceWriter, java.lang.String module)
-