Uses of Class
org.apache.logging.log4j.core.parser.ParseException
-
Packages that use ParseException Package Description org.apache.logging.log4j.core.parser Parsers for the output of various layouts. -
-
Uses of ParseException in org.apache.logging.log4j.core.parser
Methods in org.apache.logging.log4j.core.parser that throw ParseException Modifier and Type Method Description LogEvent
LogEventParser. parseFrom(byte[] input)
Parses a byte array, which is expected to contain exactly one log event.LogEvent
LogEventParser. parseFrom(byte[] input, int offset, int length)
Parses a specified range in a byte array.LogEvent
TextLogEventParser. parseFrom(java.lang.String input)
Parses a String, which is expected to contain exactly one log event.
-