Package | Description |
---|---|
org.opends.server.loggers |
Contains implementations of Directory Server access, error, and debug
loggers.
|
Modifier and Type | Class and Description |
---|---|
class |
TextErrorLogPublisher
This class provides an implementation of an error log publisher.
|
class |
ThreadFilterTextErrorLogPublisher
This class provides an implementation of an error logger where only messages
generated by a specified thread is actually logged.
|
Modifier and Type | Method and Description |
---|---|
protected Collection<ErrorLogPublisher<ErrorLogPublisherCfg>> |
ErrorLogger.getLogPublishers()
Returns the log publishers.
|
Modifier and Type | Method and Description |
---|---|
void |
ErrorLogger.addLogPublisher(ErrorLogPublisher<ErrorLogPublisherCfg> publisher)
Add a log publisher to the logger.
|
boolean |
ErrorLogger.removeLogPublisher(ErrorLogPublisher<ErrorLogPublisherCfg> publisher)
Remove a log publisher from the logger.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.