public final class LogbackRouter extends NullTracer
AbstractTracer.ExceptionVERSION| Constructor and Description |
|---|
LogbackRouter() |
| Modifier and Type | Method and Description |
|---|---|
void |
logException(LogLevel logLevel,
Throwable throwable,
Class clazz,
String methodName)
Pseudo logException()-method.
|
void |
logMessage(LogLevel logLevel,
String message,
Class clazz,
String methodName)
Pseudo logMessage()-method.
|
protected void |
readConfiguration(XPath xpath,
Node node)
Pseudo readConfiguration()-method.
|
close, entry, entry, entry, initCurrentTracingContext, initCurrentTracingContext, open, out, out, wayoutclearCurrentTracingContext, formatStreamErrorState, formatVersionInfo, getBufferedOutputStream, getBufferSize, getName, getNullPrintStream, getSyncObject, getThreadMap, getTracePrintStream, isAutoflush, isOpened, setAutoflush, setBufferedOutputStream, setBufferSize, setOpened, setTracePrintStream, substitutepublic void logMessage(LogLevel logLevel, String message, Class clazz, String methodName)
NullTracerlogMessage in class NullTracerlogLevel - (ignored)message - (ignored)clazz - (ignored)methodName - the originating methodpublic void logException(LogLevel logLevel, Throwable throwable, Class clazz, String methodName)
NullTracerlogException in class NullTracerlogLevel - (ignored)throwable - (ignored)clazz - (ignored)methodName - the name of the relevant methodprotected void readConfiguration(XPath xpath, Node node)
NullTracerreadConfiguration in class NullTracerxpath - (ignored)node - (ignored)Copyright © 2014. All rights reserved.