See: Description
Interface | Description |
---|---|
Log | |
OMLogFilter |
Filters log events before they are being passed to the registered
log handlers . |
OMLogger | |
OMLogHandler |
Class | Description |
---|---|
AbstractLogHandler |
An abstract base implementation of a
log handler that filters log events with a log level
greater than a configurable maximum level . |
EclipseLoggingBridge |
A
log handler that appends log events to the Eclipse error log . |
FileLogHandler |
A
log handler that appends log events to a file . |
Logger |
The default
logger implementation. |
OSGiLoggingBridge | Deprecated
As of 4.7 use
OSGiLogHandler . |
OSGiLogHandler |
A
log handler that appends log events to the OSGi log service . |
PrintLogHandler | |
RollingLog | |
RollingLog.LogLine | |
RollingLog.PropertiesEvent | |
RollingLog.RecoveryEvent | |
RollingLog.RollingLogEvent | |
RollingLog.SplitEvent |
Enum | Description |
---|---|
OMLogger.Level |
Enumerates the possible severity levels of log events.
|
RollingLog.PropertiesEvent.Type |
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