|
Class Summary |
| LoggingManager |
Configure logging to Selenium taste. |
| MaxLevelFilter |
java.util.logging Filter providing finer grain control over
what is logged, beyond the control provided by log levels. |
| PerSessionLogHandler |
Handler which keeps in memory the log records per session so that users can
retrieve logs per session. |
| SessionLogsToFileRepository |
|
| ShortTermMemoryHandler |
Handler 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 Handler logging everything to standard output. |
| TerseFormatter |
Custom java.util.logging formatter providing compact output. |