org.apache.sling.commons.log.internal
Class LogServiceFactory
java.lang.Object
org.apache.sling.commons.log.internal.LogServiceFactory
- All Implemented Interfaces:
- org.osgi.framework.ServiceFactory
public class LogServiceFactory
- extends Object
- implements org.osgi.framework.ServiceFactory
The LogServiceFactory
implements the OSGi Log Service
specification and provides the functionality for the logging system. This
service should be one of the first services loaded in the system.
Method Summary |
Object |
getService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration registration)
|
void |
ungetService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration registration,
Object service)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getService
public Object getService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration registration)
- Specified by:
getService
in interface org.osgi.framework.ServiceFactory
ungetService
public void ungetService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration registration,
Object service)
- Specified by:
ungetService
in interface org.osgi.framework.ServiceFactory
Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.