Package | Description |
---|---|
org.sonatype.gossip |
Core components.
|
org.sonatype.gossip.listener |
Event listeners.
|
org.sonatype.gossip.model |
Configuration model.
|
org.sonatype.gossip.support |
Support, helper and utilities.
|
Modifier and Type | Method and Description |
---|---|
Level |
Gossip.LoggerImpl.findEffectiveLevel() |
Level |
Gossip.LoggerImpl.getEffectiveLevel() |
Level |
Gossip.LoggerImpl.getLevel() |
Level |
Event.getLevel() |
static Level |
Log.getThreshold() |
static Level |
Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Level[] |
Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
LoggerSupport.doLog(Level level,
String message,
Throwable cause) |
protected boolean |
Gossip.LoggerImpl.isEnabled(Level level) |
protected abstract boolean |
LoggerSupport.isEnabled(Level level) |
void |
Gossip.LoggerImpl.setLevel(Level level) |
static void |
Log.setThreshold(Level threshold) |
Constructor and Description |
---|
Event(org.slf4j.Logger logger,
Level level,
String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
Level |
ListenerSupport.getThreshold() |
Modifier and Type | Method and Description |
---|---|
void |
ListenerSupport.setThreshold(Level threshold) |
Modifier and Type | Method and Description |
---|---|
Level |
LoggerNode.asLevel() |
Modifier and Type | Method and Description |
---|---|
Level |
PrintStreamLogger.getThreshold() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
PrintStreamLogger.isEnabled(Level level) |
void |
PrintStreamLogger.setThreshold(Level threshold) |
Constructor and Description |
---|
PrintStreamLogger(PrintStream stream,
Level threshold) |
Copyright © 2008–2015 Sonatype. All rights reserved.