Package | Description |
---|---|
org.bitbucket.jrsofty.parser.logging.api | |
org.bitbucket.jrsofty.parser.logging.util |
Modifier and Type | Method and Description |
---|---|
LogParser |
LogParserFactory.createParserForFormat(String format,
Class<?> clazz)
Creates an instance of the LogParser Implementation.
|
LogParser |
LogParserFactory.DefaultLogParserFactory.createParserForFormat(String format,
Class<?> clazz) |
Constructor and Description |
---|
DefaultLogParser(String logFormatString,
Class<?> entryClass) |
Modifier and Type | Method and Description |
---|---|
HashMap<Integer,TokenMatcher> |
LogLineFormatReader.createTokenMatchers(String format)
Creates a hash map containing the token matchers for each token in the order in which they
should be expected in the log line.
|
Copyright © 2017 Jason "JRSofty" Reed. All rights reserved.