Uses of Interface
org.h2.message.TraceWriter
Packages that use TraceWriter
-
Uses of TraceWriter in org.h2.message
Classes in org.h2.message that implement TraceWriterModifier and TypeClassDescriptionclass
The trace mechanism is the logging facility of this database.class
This adapter sends log output to SLF4J.Fields in org.h2.message declared as TraceWriterModifier and TypeFieldDescriptionprivate final TraceWriter
Trace.traceWriter
private TraceWriter
TraceSystem.writer
Constructors in org.h2.message with parameters of type TraceWriterModifierConstructorDescription(package private)
Trace
(TraceWriter traceWriter, int moduleId) (package private)
Trace
(TraceWriter traceWriter, String module)