Package | Description |
---|---|
de.christofreichardt.diagnosis |
Provides the basic tracing faclitities.
|
de.christofreichardt.diagnosis.file |
Contains tracers which log into the local file system.
|
de.christofreichardt.diagnosis.net |
Contains tracer which log over the network.
|
Modifier and Type | Method and Description |
---|---|
protected void |
QueueTracer.readConfiguration(XPath xpath,
Node node) |
protected void |
DebugLogTee.readConfiguration(XPath xpath,
Node node) |
protected void |
AbstractTracer.readConfiguration(XPath xpath,
Node node)
Reads the configuration for this particular tracer instance by evaluating the given node with the given xpath engine.
|
protected String |
AbstractTracer.substitute(String expression)
Replaces the given argument by repeatedly substituting all expressions of the form ${property-key} with the
corresponding property value.
|
Modifier and Type | Method and Description |
---|---|
protected void |
QueueFileTracer.readConfiguration(XPath xpath,
Node node) |
protected void |
FileTracer.readConfiguration(XPath xpath,
Node node) |
Modifier and Type | Method and Description |
---|---|
protected void |
OueueNetTracer.readConfiguration(XPath xpath,
Node node) |
protected void |
NetTracer.readConfiguration(XPath xpath,
Node node) |
Copyright © 2014 Christof Reichardt. All rights reserved. (Build: 26-May-2014)