FastJsonEncoderpublic abstract class ReplacePatternLayoutEncoderBase
extends ch.qos.logback.core.pattern.PatternLayoutEncoderBase<ch.qos.logback.classic.spi.ILoggingEvent>
| Modifier and Type | Class | Description |
|---|---|---|
protected static class |
ReplacePatternLayoutEncoderBase.ReplacePattern |
|
protected static class |
ReplacePatternLayoutEncoderBase.ReplacePatternLayout |
|
static interface |
ReplacePatternLayoutEncoderBase.Writer |
| Constructor | Description |
|---|---|
ReplacePatternLayoutEncoderBase() |
| Modifier and Type | Method | Description |
|---|---|---|
byte[] |
encode(ch.qos.logback.classic.spi.ILoggingEvent event) |
|
protected abstract ReplacePatternLayoutEncoderBase.ReplacePattern |
getReplacePattern() |
|
protected abstract ReplacePatternLayoutEncoderBase.Writer |
getWriter() |
|
void |
replace(StringBuilder buff,
int start,
int end) |
|
void |
start() |
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContextaddError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContextfooterBytes, getCharset, getLayout, headerBytes, isStarted, setCharset, setImmediateFlush, setParent, stopprotected abstract ReplacePatternLayoutEncoderBase.ReplacePattern getReplacePattern()
protected abstract ReplacePatternLayoutEncoderBase.Writer getWriter()
public void start()
start in class ch.qos.logback.core.encoder.LayoutWrappingEncoder<ch.qos.logback.classic.spi.ILoggingEvent>public byte[] encode(ch.qos.logback.classic.spi.ILoggingEvent event)
encode in class ch.qos.logback.core.encoder.LayoutWrappingEncoder<ch.qos.logback.classic.spi.ILoggingEvent>public void replace(StringBuilder buff, int start, int end)
Copyright © 2021. All rights reserved.