Package de.christofreichardt.diagnosis
Class LogbackRouter
java.lang.Object
de.christofreichardt.diagnosis.AbstractTracer
de.christofreichardt.diagnosis.NullTracer
de.christofreichardt.diagnosis.LogbackRouter
- Author:
- Christof Reichardt
-
Nested Class Summary
Nested classes/interfaces inherited from class de.christofreichardt.diagnosis.AbstractTracer
AbstractTracer.Exception -
Field Summary
Fields inherited from class de.christofreichardt.diagnosis.AbstractTracer
VERSION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidlogException(LogLevel logLevel, Throwable throwable, Class clazz, String methodName) Pseudo logException()-method.voidlogMessage(LogLevel logLevel, String message, Class clazz, String methodName) Pseudo logMessage()-method.protected voidreadConfiguration(XPath xpath, Node node) Pseudo readConfiguration()-method.Methods inherited from class de.christofreichardt.diagnosis.NullTracer
close, entry, entry, entry, initCurrentTracingContext, initCurrentTracingContext, open, out, out, wayoutMethods inherited from class de.christofreichardt.diagnosis.AbstractTracer
clearCurrentTracingContext, formatStreamErrorState, formatVersionInfo, getBufferedOutputStream, getBufferSize, getName, getNullPrintStream, getSyncObject, getThreadMap, getTracePrintStream, isAutoflush, isOpened, setAutoflush, setBufferedOutputStream, setBufferSize, setOpened, setTracePrintStream, substitute
-
Constructor Details
-
LogbackRouter
public LogbackRouter()
-
-
Method Details
-
logMessage
Description copied from class:NullTracerPseudo logMessage()-method. Derived classes should provide code which connects to an alternative logging system.- Overrides:
logMessagein classNullTracer- Parameters:
logLevel- (ignored)message- (ignored)clazz- (ignored)methodName- the originating method
-
logException
Description copied from class:NullTracerPseudo logException()-method. Derived classes should provide code which connects to an alternative logging system.- Overrides:
logExceptionin classNullTracer- Parameters:
logLevel- (ignored)throwable- (ignored)clazz- (ignored)methodName- the name of the relevant method
-
readConfiguration
Description copied from class:NullTracerPseudo readConfiguration()-method.- Overrides:
readConfigurationin classNullTracer- Parameters:
xpath- (ignored)node- (ignored)
-