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 TypeClassDescriptionclassThe trace mechanism is the logging facility of this database.classThis adapter sends log output to SLF4J.Fields in org.h2.message declared as TraceWriterModifier and TypeFieldDescriptionprivate final TraceWriterTrace.traceWriterprivate TraceWriterTraceSystem.writerConstructors in org.h2.message with parameters of type TraceWriterModifierConstructorDescription(package private)Trace(TraceWriter traceWriter, int moduleId) (package private)Trace(TraceWriter traceWriter, String module)