|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.pattern.parser.Parser<E>
public class Parser<E>
Field Summary |
---|
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase |
---|
context |
Constructor Summary | |
---|---|
Parser(java.lang.String pattern)
|
|
Parser(java.lang.String pattern,
IEscapeUtil escapeUtil)
|
Method Summary | |
---|---|
Converter<E> |
compile(Node top,
java.util.Map converterMap)
When the parsing step is done, the Node list can be transformed into a converter chain. |
Node |
parse()
|
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 |
Constructor Detail |
---|
public Parser(java.lang.String pattern) throws ScanException
ScanException
public Parser(java.lang.String pattern, IEscapeUtil escapeUtil) throws ScanException
ScanException
Method Detail |
---|
public Node parse() throws ScanException
ScanException
public Converter<E> compile(Node top, java.util.Map converterMap)
top
- converterMap
-
ScanException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |