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) |
LogEntry |
DefaultLogParser.parseLogString(String logString)
Parses line of log data and returns a class that implements the LogEntry interface.
|
LogEntry |
LogParser.parseLogString(String logString)
Parses line of log data and returns a class that implements the LogEntry interface.
|
Constructor and Description |
---|
DefaultLogParser(String logFormatString,
Class<?> entryClass) |
Modifier and Type | Method and Description |
---|---|
HashMap<String,String> |
ClassFieldMapper.mapClassFields(Class<?> clazz)
The method uses reflection to find all fields that are mapped with the
LogElementMapping annotation then provides a HashMap mapping the field with the
formatting token. |
Copyright © 2017 Jason "JRSofty" Reed. All rights reserved.