public class CommonLogFormatParserImpl extends Object implements Parser<CommonLogFormatEntry,String>
Parser
implementation.
It is based on a Common Log Format Pattern
to parse the log input
to a CommonLogFormatEntry
CommonLogFormatEntry
Constructor and Description |
---|
CommonLogFormatParserImpl() |
public CommonLogFormatEntry parse(@NonNull String input) throws ParseException
parse
in interface Parser<CommonLogFormatEntry,String>
input
- The input to parse.CommonLogFormatEntry
.ParseException
- if the input String
can not be parsed
to a CommonLogFormatEntry
.Copyright © 2019. All rights reserved.