Package ch.qos.logback.core.pattern
Class PatternLayoutBase<E>
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.LayoutBase<E>
ch.qos.logback.core.pattern.PatternLayoutBase<E>
- All Implemented Interfaces:
Layout<E>
,ContextAware
,LifeCycle
- Direct Known Subclasses:
PatternLayout
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Concrete implementations of this class are responsible for elaborating the mapping between pattern words and converters.Deprecated.Returns a map where the default converter map is merged with the map contained in the context.Deprecated.Deprecated.Deprecated.Return the header of the logging event formatting.boolean
Deprecated.void
setOutputPatternAsHeader
(boolean outputPatternAsHeader) Deprecated.void
setPattern
(String pattern) Deprecated.void
setPostCompileProcessor
(PostCompileProcessor<E> postCompileProcessor) Deprecated.void
start()
Deprecated.toString()
Deprecated.Methods inherited from class ch.qos.logback.core.LayoutBase
getContentType, getContext, getFileFooter, getFileHeader, getPresentationFooter, isStarted, setContext, setFileFooter, setFileHeader, setPresentationFooter, setPresentationHeader, stop
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getStatusManager
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
PatternLayoutBase
public PatternLayoutBase()Deprecated.
-
-
Method Details
-
getDefaultConverterMap
Deprecated.Concrete implementations of this class are responsible for elaborating the mapping between pattern words and converters.- Returns:
- A map associating pattern words to the names of converter classes
-
getEffectiveConverterMap
Deprecated.Returns a map where the default converter map is merged with the map contained in the context. -
start
public void start()Deprecated.- Specified by:
start
in interfaceLifeCycle
- Overrides:
start
in classLayoutBase<E>
-
setPostCompileProcessor
Deprecated. -
getPattern
Deprecated. -
setPattern
Deprecated. -
toString
Deprecated. -
getInstanceConverterMap
Deprecated. -
isOutputPatternAsHeader
public boolean isOutputPatternAsHeader()Deprecated. -
setOutputPatternAsHeader
public void setOutputPatternAsHeader(boolean outputPatternAsHeader) Deprecated. -
getPresentationHeader
Deprecated.Description copied from interface:Layout
Return the header of the logging event formatting. The returned value may be null.- Specified by:
getPresentationHeader
in interfaceLayout<E>
- Overrides:
getPresentationHeader
in classLayoutBase<E>
- Returns:
- The header.
-