@Properties(value={@Property(name="service.description",value="Factory for configuration based request/access loggers"),@Property(name="service.vendor",value="The Apache Software Foundation")})
@Service(value=RequestLoggerService.class)
public class RequestLoggerService
extends Object
RequestLoggerService is a factory component which gets
configuration to register loggers for the RequestLogger.| Modifier and Type | Field and Description |
|---|---|
static String |
PARAM_FORMAT |
static String |
PARAM_ON_ENTRY |
static String |
PARAM_OUTPUT |
static String |
PARAM_OUTPUT_TYPE |
| Constructor and Description |
|---|
RequestLoggerService()
Public default constructor for SCR integration
|
@Property public static final String PARAM_FORMAT
@Property(value="request.log") public static final String PARAM_OUTPUT
@Property(intValue=0,
options={@PropertyOption(name="0",value="Logger Name"),@PropertyOption(name="1",value="File Name"),@PropertyOption(name="2",value="RequestLog Service")})
public static final String PARAM_OUTPUT_TYPE
@Property(boolValue=false) public static final String PARAM_ON_ENTRY
Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.