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 classTraceSystemThe trace mechanism is the logging facility of this database.classTraceWriterAdapterThis adapter sends log output to SLF4J.Fields in org.h2.message declared as TraceWriter Modifier and Type Field Description private TraceWriterTrace. traceWriterprivate TraceWriterTraceSystem. writerConstructors in org.h2.message with parameters of type TraceWriter Constructor Description Trace(TraceWriter traceWriter, int moduleId)Trace(TraceWriter traceWriter, java.lang.String module)
-