Package | Description |
---|---|
org.forgerock.openig.decoration.baseuri |
Contains a decorator which overrides the existing request URI, making requests relative to
a new base URI.
|
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 |
---|
BaseUriDecorator(LazyReference<LogSink> reference)
Builds a new base uri decorator with the given sink reference (possibly
null ). |
Constructor and Description |
---|
CaptureDecorator(LazyReference<LogSink> reference,
boolean captureEntity,
boolean captureContext)
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.
|
Modifier and Type | Method and Description |
---|---|
void |
LogSinkLoggerFactory.setLogSink(LogSink logSink)
Sets the
LogSink to use. |
Constructor and Description |
---|
Logger(LogSink sink,
Name source)
Constructs a new logger.
|
Copyright 2011-2015 ForgeRock AS.