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