See: Description
| Interface | Description |
|---|---|
| HTTPRequestInfo |
Contains the information required for logging the HTTP request.
|
| LogPublisher<T extends LogPublisherCfg> |
This class defines the set of methods and structures that must be implemented
for a Directory Server log publisher.
|
| RetentionPolicy<T extends LogRetentionPolicyCfg> |
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<T extends LogRotationPolicyCfg> |
This interface describes the rotation policy that should be used
for the logger.
|
| TextWriter |
A TextWriter provides a character-based stream used by a
Text Publishers as a target for outputting log records.
|
| Class | Description |
|---|---|
| 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.
|
| AbstractLogger.LoggerStorage<P extends LogPublisher<C>,C extends LogPublisherCfg> |
The storage designed to store log publishers.
|
| AccessLogger |
This class defines the wrapper that will invoke all registered access loggers
for each type of request received or response sent.
|
| AccessLogPublisher<T extends AccessLogPublisherCfg> |
This class defines the set of methods and structures that must be
implemented for a Directory Server access log publisher.
|
| ConsoleDebugLogPublisher |
The debug log publisher implementation that writes debug messages in a
friendly for console output.
|
| DebugLogger |
A logger for debug and trace logging.
|
| DebugLogPublisher<T extends DebugLogPublisherCfg> |
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<T extends ErrorLogPublisherCfg> |
This class defines the set of methods and structures that must be implemented
for a Directory Server error log publisher.
|
| FileNumberRetentionPolicy |
This class implements a retention policy based on the number of files.
|
| FixedTimeRotationPolicy |
This class implements a rotation policy based on fixed day/time of day.
|
| FreeDiskSpaceRetentionPolicy |
This class implements a retention policy based on the free disk space
available expressed as a percentage.
|
| HTTPAccessLogger |
This class defines the wrapper that will invoke all registered HTTP access
loggers for each type of request received or response sent.
|
| 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.
|
| JDKLogging |
Utility class for java.util.logging support.
|
| JDKLoggingFormater |
A formatter to replace default format of java.util.logging loggers.
|
| MeteredStream |
A metered stream is a subclass of OutputStream that
(a) forwards all its output to a target stream
(b) keeps track of how many bytes have been written.
|
| OpenDJLoggerFactory |
Factory to retrieve an openDJ implementation of SLF4J Logger.
|
| RotationActionThread |
This thread is spawned off at the time of file rotation to
execute specific actions such as compression, encryption,
and signing of the log files.
|
| SizeBasedRetentionPolicy |
This class implements a retention policy based on the amount of
space taken by the log files.
|
| SizeBasedRotationPolicy |
This class implements a rotation policy based on the size of the file.
|
| TextAccessLogPublisher |
This class provides the implementation of the access logger used by the
directory server.
|
| TextAuditLogPublisher |
This class provides the implementation of the audit 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.STDERR |
A TextWriter implementation which writes to standard error.
|
| TextWriter.STDOUT |
A TextWriter implementation which writes to standard out.
|
| TextWriter.STREAM |
A TextWriter implementation which writes to a given output stream.
|
| ThreadFilterTextErrorLogPublisher |
This class provides an implementation of an error logger where only messages
generated by a specified thread is actually logged.
|
| TimeLimitRotationPolicy |
This class implements a fixed time based rotation policy.
|
| TimeStampNaming |
A file name policy that names files suffixed by the time it was created.
|
| TraceSettings |
This class encapsulates the trace settings in effect at a given tracing scope.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.