- All Implemented Interfaces:
- ch.qos.logback.core.Appender, ch.qos.logback.core.spi.ContextAware, ch.qos.logback.core.spi.FilterAttachable, ch.qos.logback.core.spi.LifeCycle, com.loadcoder.result.SharedDirFileAppender
public class SharedDirFileAppenderLogback
extends ch.qos.logback.core.FileAppender
implements com.loadcoder.result.SharedDirFileAppender
An extension of FileAppender. The purpose of this class is to have a fileappender with the ability
to change the filepath for it and every other instances of its type at once.
This is useful when executing multiple tests where the logs of each test must be separated