public interface LoggingSystem
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LoggingSystem.Snapshot |
| Modifier and Type | Method and Description |
|---|---|
LoggingSystem.Snapshot |
off()
Disables logging for this logging system
|
LoggingSystem.Snapshot |
on(LogLevel level)
Enables logging for this logging system at the given level.
|
void |
restore(LoggingSystem.Snapshot state) |
LoggingSystem.Snapshot |
snapshot() |
LoggingSystem.Snapshot snapshot()
LoggingSystem.Snapshot on(LogLevel level)
level - The new level.LoggingSystem.Snapshot off()
void restore(LoggingSystem.Snapshot state)
Copyright © 2013. All rights reserved