|
Class Summary |
| CommonBaseEventFilter |
Implementation of the Java Logging java.util.logging.Filter
interface used to provide control over what is logged at a more
granular level than logging level for both java.util.logging.Logger
instances and java.util.logging.Handler instances.
|
| CommonBaseEventLevel |
Extension of the Java Logging java.util.logging.Level
class used to create customized levels.
|
| CommonBaseEventLogRecord |
Extension of the Java Logging java.util.logging.LogRecord
class used to encapsulate a Common Base Event v1.0.1 or
org.eclipse.hyades.logging.events.cbe.CommonBaseEvent within a
java.util.logging.LogRecord.
|
| LoggingAgentHandler |
Extension of the Java Logging java.util.logging.Handler class
used by java.util.logging.Logger instances to publish logged
java.util.logging.LogRecord instances to a Logging Agent.
|
| SingleLoggingAgentHandler |
Extension of the Java Logging java.util.logging.Handler
class used by java.util.logging.Logger instances to publish
logged java.util.logging.LogRecord instances to a single,
named Logging Agent.
|
| XmlFormatter |
Extension of the Java Logging java.util.logging.Formatter
class used by java.util.logging.Handler instances to format
java.util.logging.LogRecord instances to XML.
|