src/main/java/org/apache/sling/engine/impl/log/RequestLogger.java [63:72]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                        + "\"Logger Name\" to write the access log to an SLF4J logger, \"File Name\" to "
                        + "write the access log to a file (relative paths resolved against sling.home) "
                        + "or \"RequestLog Service\" to use a named OSGi service registered with the "
                        + "service interface \"org.apache.sling.engine.RequestLog\" and a service property "
                        + "\"requestlog.name\" equal to the Logger Name setting.",
                options = {
                    @Option(label = "Logger Name", value = "0"),
                    @Option(label = "File Name", value = "1"),
                    @Option(label = "RequestLog Service", value = "2")
                })
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/org/apache/sling/engine/impl/log/RequestLoggerService.java [73:82]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                        + "\"Logger Name\" to write the access log to an SLF4J logger, \"File Name\" to "
                        + "write the access log to a file (relative paths resolved against sling.home) "
                        + "or \"RequestLog Service\" to use a named OSGi service registered with the "
                        + "service interface \"org.apache.sling.engine.RequestLog\" and a service property "
                        + "\"requestlog.name\" equal to the Logger Name setting.",
                options = {
                    @Option(label = "Logger Name", value = "0"),
                    @Option(label = "File Name", value = "1"),
                    @Option(label = "RequestLog Service", value = "2")
                })
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



