Class LayoutBase<E>

java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.LayoutBase<E>
All Implemented Interfaces:
Layout<E>, ContextAware, LifeCycle
Direct Known Subclasses:
EchoLayout, HTMLLayoutBase, PatternLayoutBase, TTLLLayout, XMLLayout

public abstract class LayoutBase<E> extends ContextAwareBase implements Layout<E>