Package | Description |
---|---|
org.opends.server.loggers |
Contains implementations of Directory Server access, error, and debug loggers.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLogger<P extends LogPublisher<C>,C extends LogPublisherCfg>
This class defines the wrapper that will invoke all registered loggers for each type of request received or response
sent.
|
protected static class |
AbstractLogger.LoggerStorage<P extends LogPublisher<C>,C extends LogPublisherCfg>
The storage designed to store log publishers.
|
Modifier and Type | Class and Description |
---|---|
class |
AccessLogPublisher<T extends AccessLogPublisherCfg>
This class defines the set of methods and structures that must be implemented for a Directory Server access log
publisher.
|
class |
ConsoleDebugLogPublisher
The debug log publisher implementation that writes debug messages in a friendly for console output.
|
class |
DebugLogPublisher<T extends DebugLogPublisherCfg>
This class defines the set of methods and structures that must be implemented for a Directory Server debug log
publisher.
|
class |
ErrorLogPublisher<T extends ErrorLogPublisherCfg>
This class defines the set of methods and structures that must be implemented for a Directory Server error log
publisher.
|
class |
HTTPAccessLogPublisher<T extends HttpAccessLogPublisherCfg>
This class defines the set of methods and structures that must be implemented for a Directory Server HTTP access log
publisher.
|
class |
TextAccessLogPublisher
This class provides the implementation of the access logger used by the directory server.
|
class |
TextAuditLogPublisher
This class provides the implementation of the audit logger used by the directory server.
|
class |
TextDebugLogPublisher
The debug log publisher implementation that writes debug messages to files on disk.
|
class |
TextErrorLogPublisher
This class provides an implementation of an error log publisher.
|
class |
TextHTTPAccessLogPublisher
This class provides the implementation of the HTTP access logger used by the directory server.
|
class |
ThreadFilterTextErrorLogPublisher
This class provides an implementation of an error logger where only messages generated by a specified thread is
actually logged.
|
Copyright 2010-2020 ForgeRock AS.