|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.sling.commons.logservice.internal.LogSupport
public class LogSupport
The LogReaderServiceFactory TODO
| Method Summary | |
|---|---|
void |
bundleChanged(org.osgi.framework.BundleEvent event)
Listens for Bundle events and logs the respective events according to the Log Service specification. |
void |
frameworkEvent(org.osgi.framework.FrameworkEvent event)
Listens for Framework events and logs the respective events according to the Log Service specification. |
void |
serviceChanged(org.osgi.framework.ServiceEvent event)
Listens for Service events and logs the respective events according to the Log Service specification. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void bundleChanged(org.osgi.framework.BundleEvent event)
bundleChanged in interface org.osgi.framework.BundleListenerpublic void serviceChanged(org.osgi.framework.ServiceEvent event)
serviceChanged in interface org.osgi.framework.ServiceListenerpublic void frameworkEvent(org.osgi.framework.FrameworkEvent event)
In the case of a Framework ERROR which is a ClassNotFoundException for an unresolved bundle, the message is logged at INFO level instead of ERROR level as prescribed by the spec. This is because such a situation should not really result in a Framework ERROR but the Apache Felix framework has no means of controlling this at the moment (framework 1.0.4 release).
frameworkEvent in interface org.osgi.framework.FrameworkListener
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||