Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
OMPlatform.addLogHandler(OMLogHandler logHandler) |
void |
OMPlatform.removeLogHandler(OMLogHandler logHandler) |
Modifier and Type | Class and Description |
---|---|
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
Deprecated.
As of 4.7 use
OSGiLogHandler . |
class |
OSGiLogHandler
A
log handler that appends log events to the OSGi log service . |
class |
PrintLogHandler
|
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html