Class Parser<E>
- java.lang.Object
-
- ch.qos.logback.core.spi.ContextAwareBase
-
- ch.qos.logback.core.pattern.parser.Parser<E>
-
- All Implemented Interfaces:
ContextAware
@Deprecated(since="2022-01-27") public class Parser<E> extends ContextAwareBase
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.Map<java.lang.String,java.lang.String>
DEFAULT_COMPOSITE_CONVERTER_MAP
Deprecated.static java.lang.String
MISSING_RIGHT_PARENTHESIS
Deprecated.static java.lang.String
REPLACE_CONVERTER_WORD
Deprecated.
-
Constructor Summary
Constructors Constructor Description Parser(java.lang.String pattern)
Deprecated.Parser(java.lang.String pattern, IEscapeUtil escapeUtil)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Converter<E>
compile(Node top, java.util.Map converterMap)
Deprecated.When the parsing step is done, the Node list can be transformed into a converter chain.Node
parse()
Deprecated.-
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getStatusManager, setContext
-
-
-
-
Field Detail
-
MISSING_RIGHT_PARENTHESIS
public static final java.lang.String MISSING_RIGHT_PARENTHESIS
Deprecated.- See Also:
- Constant Field Values
-
DEFAULT_COMPOSITE_CONVERTER_MAP
public static final java.util.Map<java.lang.String,java.lang.String> DEFAULT_COMPOSITE_CONVERTER_MAP
Deprecated.
-
REPLACE_CONVERTER_WORD
public static final java.lang.String REPLACE_CONVERTER_WORD
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Parser
public Parser(java.lang.String pattern) throws ScanException
Deprecated.- Throws:
ScanException
-
Parser
public Parser(java.lang.String pattern, IEscapeUtil escapeUtil) throws ScanException
Deprecated.- Throws:
ScanException
-
-
Method Detail
-
compile
public Converter<E> compile(Node top, java.util.Map converterMap)
Deprecated.When the parsing step is done, the Node list can be transformed into a converter chain.- Parameters:
top
-converterMap
-- Returns:
- Throws:
ScanException
-
parse
public Node parse() throws ScanException
Deprecated.- Throws:
ScanException
-
-