Package de.tum.in.test.api.security
Class FixSystemErrAppender<E>
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.UnsynchronizedAppenderBase<E>
ch.qos.logback.core.OutputStreamAppender<E>
de.tum.in.test.api.security.FixSystemErrAppender<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 FixSystemErrAppender<E>
extends ch.qos.logback.core.OutputStreamAppender<E>
Required because ConsoleAppender will always use the current System.out or
System.err, which is not what we want because it collides with the
IOTester- Author:
- Christian Femers
-
Field Summary
-
Constructor Summary
Constructors Constructor Description FixSystemErrAppender() -
Method Summary
Methods inherited from class ch.qos.logback.core.OutputStreamAppender
append, closeOutputStream, getEncoder, getOutputStream, isImmediateFlush, setEncoder, setImmediateFlush, setLayout, setOutputStream, start, stop, subAppend, writeOutMethods inherited from class ch.qos.logback.core.UnsynchronizedAppenderBase
addFilter, clearAllFilters, doAppend, getCopyOfAttachedFiltersList, getFilterChainDecision, getName, isStarted, setName, toStringMethods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
-
Constructor Details
-
FixSystemErrAppender
public FixSystemErrAppender()
-