| Modifier and Type | Method and Description |
|---|---|
TestLogger.Api |
TestLogger.at(java.util.logging.Level level) |
TestLogger.Api |
TestLogger.at(java.util.logging.Level level,
long timestampNanos)
Logs at the given level, with the specified nanosecond timestamp.
|
TestLogger.Api |
TestLogger.forceAt(java.util.logging.Level level)
Forces logging at the given level.
|
TestLogger.Api |
TestLogger.forceAt(java.util.logging.Level level,
long timestampNanos)
Forces logging at the given level, with the specified nanosecond timestamp.
|