Uses of Class
org.apache.logging.log4j.core.parser.ParseException
Packages that use ParseException
-
Uses of ParseException in org.apache.logging.log4j.core.parser
Methods in org.apache.logging.log4j.core.parser that throw ParseExceptionModifier and TypeMethodDescriptionLogEventParser.parseFrom
(byte[] input) Parses a byte array, which is expected to contain exactly one log event.LogEventParser.parseFrom
(byte[] input, int offset, int length) Parses a specified range in a byte array.Parses a String, which is expected to contain exactly one log event.