| Class | Description |
|---|---|
| LoggingManager |
Configure logging to Selenium taste.
|
| LoggingOptions | |
| MaxLevelFilter |
java.util.logging Filter providing finer grain control over what is logged, beyond the control
provided by log levels.
|
| PerSessionLogHandler |
RestishHandler which keeps in memory the log records per session so that users can retrieve logs
per session.
|
| PerSessionLogHandler.ThreadKey | |
| SessionLogsToFileRepository | |
| ShortTermMemoryHandler |
RestishHandler who keeps in memory the last N records as is so that then can be retrieved "as is" on
demand.
|
| StdOutHandler |
java.util.logging Log RestishHandler logging everything to standard output.
|
| TerseFormatter |
Custom java.util.logging formatter providing compact output.
|