Uses of Interface
com.gargoylesoftware.base.trace.TraceWriter
-
Packages that use TraceWriter Package Description com.gargoylesoftware.base.trace Classes involving tracing (error logging) -
-
Uses of TraceWriter in com.gargoylesoftware.base.trace
Classes in com.gargoylesoftware.base.trace that implement TraceWriter Modifier and Type Class Description class
BashTraceWriter
A trace writer specifically designed for the bash shell.Methods in com.gargoylesoftware.base.trace with parameters of type TraceWriter Modifier and Type Method Description void
TraceChannel. addTraceWriter(TraceWriter writer)
Add a trace writer.void
TraceChannel. removeTraceWriter(TraceWriter writer)
Remove a trace writer.
-