Interface | Description |
---|---|
LogEntry |
Marker interface for handling log entry data.
|
LogParser |
Log parser interface.
|
LogParserFactory |
Interface for creating LogParserFactory implementations.
|
Class | Description |
---|---|
DefaultLogParser |
The default parser for those who want to use the most basic parser.
|
LogParserFactory.DefaultLogParserFactory | |
TokenMatcher |
A container class for holding the regex pattern and token marker used for mapping the token.
|
Exception | Description |
---|---|
IllegalClassException |
This class is thrown when an exception happens while attempting to make an instance of the class
and an exception is thrown.
|
TokenParseException |
The exception thrown when the token does not match.
|
Annotation Type | Description |
---|---|
LogElementMapping |
This annotation is used for mapping fields of your class to a specific formatting token and token
matcher.
|
Copyright © 2017 Jason "JRSofty" Reed. All rights reserved.