|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use OMLogHandler | |
|---|---|
| org.eclipse.net4j.util.om | Interfaces and classes for platform-independent operations and maintenance (O&M). |
| org.eclipse.net4j.util.om.log | Interfaces and classes for platform-independent logging. |
| Uses of OMLogHandler in org.eclipse.net4j.util.om |
|---|
| Methods in org.eclipse.net4j.util.om with parameters of type OMLogHandler | |
|---|---|
void |
OMPlatform.addLogHandler(OMLogHandler logHandler)
|
void |
OMPlatform.removeLogHandler(OMLogHandler logHandler)
|
| Uses of OMLogHandler in org.eclipse.net4j.util.om.log |
|---|
| Classes in org.eclipse.net4j.util.om.log that implement OMLogHandler | |
|---|---|
class |
AbstractLogHandler
An abstract base implementation of a log handler that filters log events with a log level
greater than a configurable maximum level. |
class |
EclipseLoggingBridge
A log handler that appends log events to the Eclipse error log. |
class |
FileLogHandler
A log handler that appends log events to a file. |
class |
OSGiLoggingBridge
A log handler that appends log events to the OSGi log service. |
class |
PrintLogHandler
A log handler that appends log events to error and output streams. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||