ch.qos.logback.core.pattern
Class PatternLayoutEncoderBase<E>

java.lang.Object
  extended by ch.qos.logback.core.spi.ContextAwareBase
      extended by ch.qos.logback.core.encoder.EncoderBase<E>
          extended by ch.qos.logback.core.encoder.LayoutWrappingEncoder<E>
              extended by ch.qos.logback.core.pattern.PatternLayoutEncoderBase<E>
All Implemented Interfaces:
Encoder<E>, ContextAware, LifeCycle

public class PatternLayoutEncoderBase<E>
extends LayoutWrappingEncoder<E>


Field Summary
 
Fields inherited from class ch.qos.logback.core.encoder.LayoutWrappingEncoder
layout
 
Fields inherited from class ch.qos.logback.core.encoder.EncoderBase
outputStream, started
 
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context
 
Constructor Summary
PatternLayoutEncoderBase()
           
 
Method Summary
 String getPattern()
           
 void setLayout(Layout<E> layout)
           
 void setPattern(String pattern)
           
 
Methods inherited from class ch.qos.logback.core.encoder.LayoutWrappingEncoder
close, doEncode, getCharset, getLayout, init, isStarted, setCharset, start, stop
 
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ch.qos.logback.core.spi.ContextAware
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContext
 

Constructor Detail

PatternLayoutEncoderBase

public PatternLayoutEncoderBase()
Method Detail

getPattern

public String getPattern()

setPattern

public void setPattern(String pattern)

setLayout

public void setLayout(Layout<E> layout)
Overrides:
setLayout in class LayoutWrappingEncoder<E>


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