Uses of Interface
org.eclipse.net4j.util.om.log.OMLogHandler
Package
Description
Interfaces and classes for platform-independent operations and maintenance (O&M).
Interfaces and classes for platform-independent logging.
-
Uses of OMLogHandler in org.eclipse.net4j.util.om
Modifier and TypeMethodDescriptionvoid
OMPlatform.addLogHandler
(OMLogHandler logHandler) void
OMPlatform.removeLogHandler
(OMLogHandler logHandler) -
Uses of OMLogHandler in org.eclipse.net4j.util.om.log
Modifier and TypeClassDescriptionclass
An abstract base implementation of alog handler
that filters log events with alog level
greater than a configurablemaximum level
.class
Alog handler
that appends log events to the Eclipseerror log
.class
Alog handler
that appends log events to afile
.class
Deprecated.class
Alog handler
that appends log events to the OSGilog service
.class
OSGiLogHandler
.