Class DefaultProcessor

java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.model.processor.DefaultProcessor
All Implemented Interfaces:
ContextAware
Direct Known Subclasses:
SiftProcessor

public class DefaultProcessor extends ContextAwareBase
DefaultProcessor traverses the Model produced at an earlier step and performs actual configuration of logback according to the handlers it was given.
Since:
1.3.0
Author:
Ceki Gülcü