| 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<org.forgerock.opendj.server.config.server.DebugLogPublisherCfg>> |
DebugLogger.getLogPublishers() |
| Modifier and Type | Method and Description |
|---|---|
void |
DebugLogger.addLogPublisher(DebugLogPublisher<org.forgerock.opendj.server.config.server.DebugLogPublisherCfg> publisher) |
boolean |
DebugLogger.removeLogPublisher(DebugLogPublisher<org.forgerock.opendj.server.config.server.DebugLogPublisherCfg> publisher) |
Copyright © 2010-2020 Wren Security. All Rights Reserved.