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 List<StatusListener> |
BasicStatusManager.statusListenerList |
Modifier and Type | Method and Description |
---|---|
List<StatusListener> |
BasicStatusManager.getCopyOfStatusListenerList() |
Modifier and Type | Method and Description |
---|---|
boolean |
BasicStatusManager.add(StatusListener listener)
This implementation does not allow duplicate installations of OnConsoleStatusListener
|
void |
BasicStatusManager.remove(StatusListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
NopStatusListener
A no-operation (nop) StatusListener
|
class |
OnConsoleStatusListener
Print all new incoming status messages on the console (System.out).
|
class |
OnErrorConsoleStatusListener
Print all new incoming status messages on the error console (System.err).
|
class |
StatusListenerAsList
Collect all incoming events in a list.
|
Modifier and Type | Method and Description |
---|---|
List<StatusListener> |
StatusManager.getCopyOfStatusListenerList()
Obtain a copy of the status listener list maintained by this StatusManager
|
Modifier and Type | Method and Description |
---|---|
boolean |
StatusManager.add(StatusListener listener)
Add a status listener.
|
void |
StatusManager.remove(StatusListener listener)
);
Remove a status listener.
|
Copyright © 2005–2016 QOS.ch. All rights reserved.