Package org.apache.sling.engine.impl.log
Class RequestLogger
- java.lang.Object
-
- org.apache.sling.engine.impl.log.RequestLogger
-
public class RequestLogger extends Object
TheRequestLogger
just registersRequestLoggerService
instance on behalf of the provided configuration.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
RequestLogger.Config
-
Constructor Summary
Constructors Constructor Description RequestLogger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
activate(org.osgi.framework.BundleContext bundleContext, RequestLogger.Config config)
protected void
deactivate()
-
-
-
Method Detail
-
activate
protected void activate(org.osgi.framework.BundleContext bundleContext, RequestLogger.Config config)
-
deactivate
protected void deactivate()
-
-