java.lang.Object |
↳ |
org.apache.felix.framework.Logger |
|
↳ |
com.atlassian.plugin.osgi.container.felix.FelixLoggerBridge |
Class Overview
Bridges Felix logging messages with the Commons Logging
Summary
[Expand]
Inherited Constants |
From class
org.apache.felix.framework.Logger
int |
LOG_DEBUG |
|
int |
LOG_ERROR |
|
int |
LOG_INFO |
|
int |
LOG_WARNING |
|
|
[Expand]
Inherited Methods |
From class
org.apache.felix.framework.Logger
void
|
doLog(ServiceReference arg0, int arg1, String arg2, Throwable arg3)
|
synchronized
final
int
|
getLogLevel()
|
final
void
|
log(ServiceReference arg0, int arg1, String arg2, Throwable arg3)
|
final
void
|
log(int arg0, String arg1)
|
final
void
|
log(int arg0, String arg1, Throwable arg2)
|
final
void
|
log(ServiceReference arg0, int arg1, String arg2)
|
synchronized
final
void
|
serviceChanged(ServiceEvent arg0)
|
synchronized
final
void
|
setLogLevel(int arg0)
|
void
|
setSystemBundleContext(BundleContext arg0)
|
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
From interface
org.osgi.framework.ServiceListener
void
|
serviceChanged(ServiceEvent arg0)
|
|
Public Constructors
public
FelixLoggerBridge
(Logger log)
Public Methods
public
boolean
isClassNotFoundsWeCareAbout
(Throwable t)
Protected Methods
protected
void
doLog
(ServiceReference serviceReference, int level, String message, Throwable throwable)
protected
void
logInfoUnlessLame
(String message)