Class TracingAppender<E>
- java.lang.Object
 - 
- ch.qos.logback.core.spi.ContextAwareBase
 - 
- ch.qos.logback.core.AppenderBase<E>
 - 
- com.evolveum.midpoint.util.logging.TracingAppender<E>
 
 
 
 
- 
- All Implemented Interfaces:
 ch.qos.logback.core.Appender<E>,ch.qos.logback.core.spi.ContextAware,ch.qos.logback.core.spi.FilterAttachable<E>,ch.qos.logback.core.spi.LifeCycle
public class TracingAppender<E> extends ch.qos.logback.core.AppenderBase<E>Collects log entries e.g. for tracing purposes in midPoint. It sends log lines to an instance ofLoggingEventSinkthat has been set up for the current thread. 
- 
- 
Constructor Summary
Constructors Constructor Description TracingAppender() 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidappend(E eventObject)ch.qos.logback.core.Layout<E>getLayout()static voidremoveSink()voidsetLayout(ch.qos.logback.core.Layout<E> layout)static voidsetSink(LoggingEventSink sink)- 
Methods inherited from class ch.qos.logback.core.AppenderBase
addFilter, clearAllFilters, doAppend, getCopyOfAttachedFiltersList, getFilterChainDecision, getName, isStarted, setName, start, stop, toString 
- 
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext 
 - 
 
 - 
 
- 
- 
Method Detail
- 
append
protected void append(E eventObject)
- Specified by:
 appendin classch.qos.logback.core.AppenderBase<E>
 
- 
getLayout
public ch.qos.logback.core.Layout<E> getLayout()
 
- 
setLayout
public void setLayout(ch.qos.logback.core.Layout<E> layout)
 
- 
removeSink
public static void removeSink()
 
- 
setSink
public static void setSink(LoggingEventSink sink)
 
 - 
 
 -