public class QueueFileTracer extends QueueTracer<FileTracer>
QueueTracer that uses a FileTracer internally.AbstractTracer.ExceptiontracerVERSION| Constructor and Description |
|---|
QueueFileTracer(String name) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
readConfiguration(XPath xpath,
Node node)
Reads the configuration for this particular tracer instance by evaluating the given node with the given xpath engine.
|
clearCurrentTracingContext, close, entry, entry, getBufferSize, getSyncObject, getThreadMap, initCurrentTracingContext, initCurrentTracingContext, isAutoflush, isOpened, logException, logMessage, open, out, out, setAutoflush, setBufferSize, wayoutentry, formatStreamErrorState, formatVersionInfo, getBufferedOutputStream, getName, getNullPrintStream, getTracePrintStream, setBufferedOutputStream, setOpened, setTracePrintStream, substitutepublic QueueFileTracer(String name)
protected void readConfiguration(XPath xpath, Node node) throws XPathExpressionException, AbstractTracer.Exception
AbstractTracerreadConfiguration in class QueueTracer<FileTracer>xpath - the xpath enginenode - the config nodeXPathExpressionException - indicates xpath problemsAbstractTracer.Exception - indicates problems when configuring certain tracer instancesCopyright © 2014. All rights reserved.