Package | Description |
---|---|
org.opends.server.loggers |
Contains implementations of Directory Server access, error, and debug
loggers.
|
Modifier and Type | Class and Description |
---|---|
class |
ConsoleDebugLogPublisher
The debug log publisher implementation that writes debug messages in a
friendly for console output.
|
class |
TextDebugLogPublisher
The debug log publisher implementation that writes debug messages to files
on disk.
|
Modifier and Type | Method and Description |
---|---|
protected Collection<DebugLogPublisher<DebugLogPublisherCfg>> |
DebugLogger.getLogPublishers()
Returns the log publishers.
|
Modifier and Type | Method and Description |
---|---|
void |
DebugLogger.addLogPublisher(DebugLogPublisher<DebugLogPublisherCfg> publisher)
Add a log publisher to the logger.
|
boolean |
DebugLogger.removeLogPublisher(DebugLogPublisher<DebugLogPublisherCfg> publisher)
Remove a log publisher from the logger.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.