Interface | Description |
---|---|
LogReadHandler |
LogReadHandler interface provides methods that must be present
in each log read handler to read a log file.
|
ReadDBHandler |
DBReadHandler interface provides methods that must be present
in each log read handler to read a log file.
|
Class | Description |
---|---|
DBFormatter |
This Formatter provides support for formatting LogRecords that will help
Database Logging.
|
DBHandler |
DBHandler takes log messages from the Logger and exports
them to a specified Database.
|
ELFFormatter |
This Formatter is the custom defined Formatter for DSAME which formats the
logRecord according to ELF.
|
FileHandler |
This FileHandler is very much similar to the
|
LoggingThread | |
LogReadDBHandler |
LogReadDBHandler class implements ReadDBHandler interface.
|
LogReadFileHandler |
LogReadFileHandler class implements LogReadHandler interface.
|
RemoteFormatter |
The formatter which prepares the xml string to be sent to a remote log
service.
|
RemoteHandler |
The class which publishes the log message to a remote log service.
|
SecureELFFormatter |
This Formatter is the custom defined Formatter for DSAME which formats the
logRecord according to ELF.
|
SecureFileHandler |
This SecureFileHandler is very much similar to the
|
Exception | Description |
---|---|
FormatterInitException |
Formatter may encounter Exceptions while processing the allField list or
the selectedField List.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.