public final class LoggingBehaviorCollection
extends java.lang.Object
Constructor and Description |
---|
LoggingBehaviorCollection() |
Modifier and Type | Method and Description |
---|---|
void |
add(LoggingBehavior behavior)
Certain logging behaviors are available for debugging beyond those that should be
enabled in production.
|
void |
clear()
Certain logging behaviors are available for debugging beyond those that should be
enabled in production.
|
java.util.Set<LoggingBehavior> |
get()
Certain logging behaviors are available for debugging beyond those that should be
enabled in production.
|
boolean |
isEnabled(LoggingBehavior behavior)
Certain logging behaviors are available for debugging beyond those that should be
enabled in production.
|
void |
remove(LoggingBehavior behavior)
Certain logging behaviors are available for debugging beyond those that should be
enabled in production.
|
public void add(LoggingBehavior behavior)
behavior
- The LoggingBehavior to enablepublic void clear()
public java.util.Set<LoggingBehavior> get()
public boolean isEnabled(LoggingBehavior behavior)
behavior
- The LoggingBehavior to checkpublic void remove(LoggingBehavior behavior)
behavior
- The LoggingBehavior to disable