
public class EclipseLoggingBridge extends Object implements OMLogHandler
log handler that appends log events to the Eclipse error log.| Modifier and Type | Field and Description |
|---|---|
static EclipseLoggingBridge |
INSTANCE |
| Modifier | Constructor and Description |
|---|---|
protected |
EclipseLoggingBridge() |
| Modifier and Type | Method and Description |
|---|---|
void |
logged(OMLogger logger,
OMLogger.Level level,
String msg,
Throwable t) |
static int |
toEclipse(OMLogger.Level level) |
public static final EclipseLoggingBridge INSTANCE
public void logged(OMLogger logger, OMLogger.Level level, String msg, Throwable t)
logged in interface OMLogHandlerpublic static int toEclipse(OMLogger.Level level)
Copyright (c) 2011-2014 Eike Stepper (Berlin, Germany) and others.