| Interface | Description |
|---|---|
| Log |
Unified interface to logging facilities on different platforms
|
| ProfilerEvent | |
| ProfilerEventHandler |
| Class | Description |
|---|---|
| BaseMetricsHolder | |
| Jdk14Logger |
Logging functionality for JDK1.4
|
| LogFactory |
Creates instances of loggers for the driver to use.
|
| LoggingProfilerEventHandler |
A profile event handler that just logs to the standard logging mechanism of the driver.
|
| NullLogger |
A logger that does nothing.
|
| ProfilerEventImpl | |
| Slf4JLogger | |
| StandardLogger |
Provides logging facilities for those platforms that don't have built-in facilities.
|