| Package | Description |
|---|---|
| ch.qos.logback.core |
Contains the main classes of logback core.
|
| ch.qos.logback.core.status |
Contains logback's internal error reporting system.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<StatusListener> |
BasicStatusManager.statusListenerList |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<StatusListener> |
BasicStatusManager.getCopyOfStatusListenerList() |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicStatusManager.add(StatusListener listener) |
void |
BasicStatusManager.remove(StatusListener listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
OnConsoleStatusListener
Print all new incoming status messages on the console.
|
class |
StatusListenerAsList
Collect all incoming events in a list.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<StatusListener> |
StatusManager.getCopyOfStatusListenerList()
Obtain a copy of the status listener list maintained by this StatusManager
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatusManager.add(StatusListener listener)
Add a status listener.
|
void |
StatusManager.remove(StatusListener listener)
Remove a status listener.
|