Package ch.qos.logback.core.subst
Class Parser
- java.lang.Object
-
- ch.qos.logback.core.subst.Parser
-
@Deprecated(since="2022-01-27") public class Parser extends java.lang.Object
Deprecated.This internal logback API is not supported by AEM as a Cloud Service.Parse a token list returning a node chain.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Node
parse()
Deprecated.
-
-
-
Constructor Detail
-
Parser
public Parser(java.util.List<Token> tokenList)
Deprecated.
-
-
Method Detail
-
parse
public Node parse() throws ScanException
Deprecated.- Throws:
ScanException
-
-