Package | Description |
---|---|
org.opends.server.loggers |
Contains implementations of Directory Server access, error, and debug loggers.
|
Modifier and Type | Class and Description |
---|---|
static class |
TextWriter.STDERR
A TextWriter implementation which writes to standard error.
|
static class |
TextWriter.STDOUT
A TextWriter implementation which writes to standard out.
|
static class |
TextWriter.STREAM
A TextWriter implementation which writes to a given output stream.
|
Modifier and Type | Method and Description |
---|---|
TextDebugLogPublisher |
DebugLogger.addPublisherIfRequired(TextWriter writer)
Adds a text debug log publisher that will print all messages to the provided writer, based on debug target(s)
defined through system properties.
|
static TextErrorLogPublisher |
TextErrorLogPublisher.getServerStartupTextErrorPublisher(TextWriter writer)
Returns a new text error log publisher which will print only notices, severe warnings and errors, and fatal
errors messages to the provided writer.
|
static TextAccessLogPublisher |
TextAccessLogPublisher.getStartupTextAccessPublisher(TextWriter writer,
boolean suppressInternal)
Returns an instance of the text access log publisher that will print all messages to the provided writer.
|
static TextHTTPAccessLogPublisher |
TextHTTPAccessLogPublisher.getStartupTextHTTPAccessPublisher(TextWriter writer)
Returns an instance of the text HTTP access log publisher that will print all messages to the provided writer.
|
static TextErrorLogPublisher |
TextErrorLogPublisher.getToolStartupTextErrorPublisher(TextWriter writer)
Returns a new text error log publisher which will print all messages to the provided writer.
|
Constructor and Description |
---|
ThreadFilterTextErrorLogPublisher(Thread thread,
TextWriter writer)
Construct a new instance with the provided settings.
|
Copyright 2010-2018 ForgeRock AS.