A {@link java.util.logging.LogRecord} of interest is one that contains anexception.
The JULServiceLogEventHandler
will also publish {@code ServiceLogEvent}s to interested consumers if the LogRecord
has a level that is greater than or equal to the JULServiceLogEventHandler
's configured {@link java.util.logging.Level} property (the default for this is{@link java.util.logging.Level#SEVERE}), and whose name has been configured as a publishable logger. Matching semantics for a publishable logger name (as obtained from {@link java.util.logging.LogRecord#getLoggerName()}starts with a configured publishable logger name.
|
|