| Interface | Description |
|---|---|
| CentralLogService |
Exposes methods for publishing log records on the server.
|
| Class | Description |
|---|---|
| CentralLogFormatter |
Extends the java formatter base class used by
FileHandler. |
| CentralLogger |
Base class for client, server, spawner jvm, class loader and default loggers.
|
| CentralLoggerClient |
A concrete version of CentralLogger for apps launched by
ClientDriver.main(java.lang.String[]) and sending logs to the server. |
| CentralLoggerClientConfig |
Wrapper for logger name : level pairs.
|
| CentralLoggerClientStandalone |
A concrete version of CentralLogger for apps launched by
ClientDriver.main(java.lang.String[]) and writing their own log files. |
| CentralLoggerFallback |
A concrete version of CentralLogger as fallback / a default implementation that logs to System streams.
|
| CentralLoggerFallback.SimpleLogFormatter |
Formatter for log records.
|
| CentralLoggerFile |
CentralLogger concrete version for logging into a custom file, supporting multiple configurations.
|
| CentralLoggerNoModeWrapper |
Proxy for other types of loggers.
|
| CentralLoggerServer |
A concrete version of CentralLogger for apps launched by
ServerDriver.main(java.lang.String[]). |
| CentralLoggerServer.Configs |
A class to represent all logger configs for the server.
|
| CentralLoggerServer.ConfigsBuilder |
Builder class for
CentralLoggerServer.Configs |
| CentralLoggerSpawnerJvm |
A concrete version of CentralLogger for the
NativeSecureConnection JVM
launched by the spawner process. |
| CentralLogRecord |
An alternative to
LogRecord that implements the Externalizable interface. |
| CentralLogStaticService |
Exposes methods for publishing log records on the server.
|
| CentralSlf4jLogger |
Implementation of slf4j logger that proxies to CentralLogger.
|
| CentralSlf4jLoggerFactory |
Implementation of slf4j logger factory that creates logger instances.
|
| CentralSlf4jProvider |
Implementation of slf4j provider.
|
| ContextLogRecord |
Log record extending the original java class with FWD context.
|
| ContextLogRecord.LogContext |
The FWD context for the log record.
|
| LoggingUtil |
Logging utilities.
|
| Enum | Description |
|---|---|
| CentralLogger.MdcVar |
The slf4j MDC keys.
|
| CentralLogger.Mode |
The mode of logger operation.
|
| CentralLogger.Slf4jKey |
The slf4j keys.
|