Constructor and Description |
---|
LogProvider() |
Modifier and Type | Method and Description |
---|---|
void |
activate(org.osgi.service.component.ComponentContext context) |
void |
deactivate() |
void |
log(Log.Level level,
java.lang.String message)
Log a message.
|
void |
log(Log.Level level,
java.lang.String message,
java.lang.Throwable exception)
Log a message and an associated throwable.
|
void |
log(Log.Level level,
java.lang.Throwable exception)
Log a message and an associated throwable.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
discardingLog, forwardingLog, forwardingLog, mapLevel, mapMessage, mapThrowable, simpleLog, simpleLog
public void activate(org.osgi.service.component.ComponentContext context)
public void deactivate()
public void log(Log.Level level, java.lang.String message)
Log
public void log(Log.Level level, java.lang.Throwable exception)
Log