ch.qos.logback.core.pattern
Interface PostCompileProcessor<E>

All Known Implementing Classes:
EnsureExceptionHandling, EnsureLineSeparation

public interface PostCompileProcessor<E>

Implements this to perform post compile processing for a PatternLayout. For example, PatternLayot in the classic module should add a converter for exception handling (otherwise exceptions would not be printed).

Author:
Ceki Gulcu

Method Summary
 void process(Converter<E> head)
          Post compile processing of the converter chain.
 

Method Detail

process

void process(Converter<E> head)
Post compile processing of the converter chain.

Parameters:
head - The first converter in the chain


Copyright © 2005-2009 QOS.ch. All Rights Reserved.