A {@link org.rhq.core.pluginapi.event.log.LogEntryProcessor} for Log4J log files.
By default we support log entries of the format: date [delimiter]severity[delimiter] message Where: - the optional delimiters are either square brackets ort parens, with or without spaces - the date format is one of the built-ins below, or a user-specified date format for the logfile source - the message portion may contain multiple lines. For example: 2007-12-21 15:32:49,514 DEBUG [com.example.FooBar] run: IdleRemover notifying pools, interval: 450000 2007/12/21 15:32:49,514 (DEBUG) [com.example.FooBar] run: IdleRemover notifying pools, interval: 450000 2007-Dec-21 15:32:49 [ DEBUG ] [com.example.FooBar] run: IdleRemover notifying pools, interval: 450000
@author Ian Springer