| Package | Description |
|---|---|
| org.gradle.logging.internal |
| Modifier and Type | Method and Description |
|---|---|
LoggingSystem.Snapshot |
NoOpLoggingSystem.off() |
LoggingSystem.Snapshot |
LoggingSystemAdapter.off() |
LoggingSystem.Snapshot |
LoggingSystem.off()
Disables logging for this logging system
|
LoggingSystem.Snapshot |
NoOpLoggingSystem.on(LogLevel level) |
LoggingSystem.Snapshot |
LoggingSystemAdapter.on(LogLevel level) |
LoggingSystem.Snapshot |
LoggingSystem.on(LogLevel level)
Enables logging for this logging system at the given level.
|
LoggingSystem.Snapshot |
NoOpLoggingSystem.snapshot() |
LoggingSystem.Snapshot |
LoggingSystemAdapter.snapshot() |
LoggingSystem.Snapshot |
LoggingSystem.snapshot() |
| Modifier and Type | Method and Description |
|---|---|
void |
NoOpLoggingSystem.restore(LoggingSystem.Snapshot state) |
void |
LoggingSystemAdapter.restore(LoggingSystem.Snapshot state) |
void |
LoggingSystem.restore(LoggingSystem.Snapshot state) |
Copyright © 2013. All rights reserved