| Package | Description |
|---|---|
| com.planet57.gossip | |
| com.planet57.gossip.listener | |
| com.planet57.gossip.model | |
| com.planet57.gossip.support |
| 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 | Field and Description |
|---|---|
protected Level |
LoggingOutputStream.level |
| 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 |
|---|
LoggingOutputStream(org.slf4j.Logger logger,
Level level) |
PrintStreamLogger(PrintStream stream,
Level threshold) |
Copyright © 2018. All rights reserved.