| 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, waitdiscardingLog, forwardingLog, forwardingLog, mapLevel, mapMessage, mapThrowable, simpleLog, simpleLogpublic void activate(org.osgi.service.component.ComponentContext context)
public void deactivate()
public void log(Log.Level level, java.lang.String message)
Logpublic void log(Log.Level level, java.lang.Throwable exception)
Log