Package | Description |
---|---|
org.forgerock.openig.decoration.capture |
Capture decoration classes that prints filters and handlers input and output messages..
|
org.forgerock.openig.log |
Facility for logging and real-time performance monitoring.
|
Constructor and Description |
---|
CaptureDecorator(LazyReference<LogSink> reference,
boolean captureEntity,
boolean captureExchange)
Builds a new
capture decorator with the given sink reference (possibly null )
printing (or not) the entity content. |
Modifier and Type | Class and Description |
---|---|
class |
ConsoleLogSink
A sink that writes log entries to the standard output or error stream (depending on the object configuration).
|
class |
FileLogSink
A sink that writes log entries to a file.
|
class |
NullLogSink
A sink that discards all log entries.
|
Constructor and Description |
---|
Logger(LogSink sink,
Name source)
Constructs a new logger.
|
Copyright © 2014 ForgeRock AS. All rights reserved.