| Package | Description |
|---|---|
| org.opends.server.core |
Contains various classes that comprise the core of the Directory Server
codebase.
|
| org.opends.server.loggers |
Contains implementations of Directory Server access, error, and debug
loggers.
|
| Class and Description |
|---|
| RetentionPolicy
This interface describes the retention policy that should be used
for the logger.
|
| RotationPolicy
This interface describes the rotation policy that should be used
for the logger.
|
| Class and Description |
|---|
| AbstractLogger
This class defines the wrapper that will invoke all registered loggers for
each type of request received or response sent.
|
| AccessLogger
This class defines the wrapper that will invoke all registered access loggers
for each type of request received or response sent.
|
| AccessLogPublisher
This class defines the set of methods and structures that must be
implemented for a Directory Server access log publisher.
|
| DebugLogger
A logger for debug and trace logging.
|
| DebugLogPublisher
This class defines the set of methods and structures that must be
implemented for a Directory Server debug log publisher.
|
| ErrorLogger
This class defines the wrapper that will invoke all registered error loggers
for each type of request received or response sent.
|
| ErrorLogPublisher
This class defines the set of methods and structures that must be implemented
for a Directory Server error log publisher.
|
| HTTPAccessLogger
This class defines the wrapper that will invoke all registered HTTP access
loggers for each type of request received or response sent.
|
| HTTPAccessLogPublisher
This class defines the set of methods and structures that must be implemented
for a Directory Server HTTP access log publisher.
|
| HTTPRequestInfo
Contains the information required for logging the HTTP request.
|
| LogPublisher
This class defines the set of methods and structures that must be implemented
for a Directory Server log publisher.
|
| RetentionPolicy
This interface describes the retention policy that should be used
for the logger.
|
| RotatableLogFile
Represents a file that can be rotated based on size or on time.
|
| RotationPolicy
This interface describes the rotation policy that should be used
for the logger.
|
| TextAccessLogPublisher
This class provides the implementation of the access logger used by the
directory server.
|
| TextDebugLogPublisher
The debug log publisher implementation that writes debug messages to files
on disk.
|
| TextErrorLogPublisher
This class provides an implementation of an error log publisher.
|
| TextHTTPAccessLogPublisher
This class provides the implementation of the HTTP access logger used by the
directory server.
|
| TextWriter
A TextWriter provides a character-based stream used by a
Text Publishers as a target for outputting log records.
|
| TraceSettings
This class encapsulates the trace settings in effect at a given tracing scope.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.