Package | Description |
---|---|
org.opends.server.loggers |
Contains implementations of Directory Server access, error, and debug
loggers.
|
Modifier and Type | Class and Description |
---|---|
class |
TextHTTPAccessLogPublisher
This class provides the implementation of the HTTP access logger used by the
directory server.
|
Modifier and Type | Method and Description |
---|---|
static Collection<HTTPAccessLogPublisher<HTTPAccessLogPublisherCfg>> |
HTTPAccessLogger.getHTTPAccessLogPublishers()
Returns all the registered HTTP access log publishers.
|
protected Collection<HTTPAccessLogPublisher<HTTPAccessLogPublisherCfg>> |
HTTPAccessLogger.getLogPublishers()
Returns the log publishers.
|
Modifier and Type | Method and Description |
---|---|
void |
HTTPAccessLogger.addLogPublisher(HTTPAccessLogPublisher<HTTPAccessLogPublisherCfg> publisher)
Add a log publisher to the logger.
|
boolean |
HTTPAccessLogger.removeLogPublisher(HTTPAccessLogPublisher<HTTPAccessLogPublisherCfg> publisher)
Remove a log publisher from the logger.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.