| Package | Description |
|---|---|
| org.sonatype.gshell.logging |
Logging access.
|
| org.sonatype.gshell.logging.gossip |
Gossip logging integration.
|
| org.sonatype.gshell.logging.logback |
LOGBack integration.
|
| Modifier and Type | Method and Description |
|---|---|
Level |
Logger.getLevel() |
Level |
LoggingSystem.getLevel(String name) |
Level |
NopLoggingSystem.getLevel(String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends Level> |
LoggingSystem.getLevels() |
Collection<? extends Level> |
NopLoggingSystem.getLevels() |
| Modifier and Type | Method and Description |
|---|---|
void |
Logger.setLevel(Level level) |
| Modifier and Type | Method and Description |
|---|---|
Level |
GossipLoggingSystem.getLevel(String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends Level> |
GossipLoggingSystem.getLevels() |
| Modifier and Type | Method and Description |
|---|---|
Level |
LogbackLoggingSystem.getLevel(String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends Level> |
LogbackLoggingSystem.getLevels() |
Copyright © 2008-2012 Sonatype. All Rights Reserved.