Package org.slf4j.osgi.logservice.impl
Class LogServiceFactory
java.lang.Object
org.slf4j.osgi.logservice.impl.LogServiceFactory
- All Implemented Interfaces:
org.osgi.framework.ServiceFactory
LogServiceFactory creates LogService implementations.- Version:
- $Rev$, $Date$
- Author:
- John Conlon
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetService(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration arg1) voidungetService(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration arg1, Object arg2)
-
Constructor Details
-
LogServiceFactory
public LogServiceFactory()
-
-
Method Details
-
getService
public Object getService(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration arg1) - Specified by:
getServicein interfaceorg.osgi.framework.ServiceFactory
-
ungetService
public void ungetService(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration arg1, Object arg2) - Specified by:
ungetServicein interfaceorg.osgi.framework.ServiceFactory
-