|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Status | |
|---|---|
| ch.qos.logback.core | Contains the main classes of logback core. |
| ch.qos.logback.core.joran.event | |
| ch.qos.logback.core.pattern | Contains the base classes used by PatternLayout. |
| ch.qos.logback.core.recovery | |
| ch.qos.logback.core.spi | Contains core functionnalities of logback, such as |
| ch.qos.logback.core.status | Contains logback's internal error reporting system. |
| ch.qos.logback.core.util | Contains various utility classes. |
| Uses of Status in ch.qos.logback.core |
|---|
| Fields in ch.qos.logback.core with type parameters of type Status | |
|---|---|
protected List<Status> |
BasicStatusManager.statusList
|
protected CyclicBuffer<Status> |
BasicStatusManager.tailBuffer
|
| Methods in ch.qos.logback.core that return types with arguments of type Status | |
|---|---|
List<Status> |
BasicStatusManager.getCopyOfStatusList()
|
| Methods in ch.qos.logback.core with parameters of type Status | |
|---|---|
void |
BasicStatusManager.add(Status newStatus)
Add a new status object. |
| Uses of Status in ch.qos.logback.core.joran.event |
|---|
| Methods in ch.qos.logback.core.joran.event with parameters of type Status | |
|---|---|
void |
SaxEventRecorder.addStatus(Status status)
|
| Uses of Status in ch.qos.logback.core.pattern |
|---|
| Methods in ch.qos.logback.core.pattern with parameters of type Status | |
|---|---|
void |
DynamicConverter.addStatus(Status status)
|
| Uses of Status in ch.qos.logback.core.recovery |
|---|
| Methods in ch.qos.logback.core.recovery with parameters of type Status | |
|---|---|
void |
ResilientOutputStreamBase.addStatus(Status status)
|
| Uses of Status in ch.qos.logback.core.spi |
|---|
| Methods in ch.qos.logback.core.spi with parameters of type Status | |
|---|---|
void |
ContextAwareImpl.addStatus(Status status)
|
void |
ContextAwareBase.addStatus(Status status)
|
void |
ContextAware.addStatus(Status status)
|
| Uses of Status in ch.qos.logback.core.status |
|---|
| Classes in ch.qos.logback.core.status that implement Status | |
|---|---|
class |
ErrorStatus
|
class |
InfoStatus
|
class |
StatusBase
|
class |
WarnStatus
|
| Methods in ch.qos.logback.core.status that return types with arguments of type Status | |
|---|---|
static List<Status> |
StatusUtil.filterStatusListByTimeThreshold(List<Status> rawList,
long threshold)
|
List<Status> |
StatusManager.getCopyOfStatusList()
Obtain a copy of the status list maintained by this StatusManager. |
List<Status> |
StatusListenerAsList.getStatusList()
|
Iterator<Status> |
StatusBase.iterator()
|
Iterator<Status> |
Status.iterator()
|
| Methods in ch.qos.logback.core.status with parameters of type Status | |
|---|---|
void |
StatusManager.add(Status status)
Add a new status message. |
void |
StatusBase.add(Status child)
|
void |
Status.add(Status child)
|
static void |
StatusUtil.addStatus(Context context,
Status status)
|
void |
StatusListenerAsList.addStatusEvent(Status status)
|
void |
StatusListener.addStatusEvent(Status status)
|
void |
NopStatusListener.addStatusEvent(Status status)
|
boolean |
StatusBase.remove(Status statusToRemove)
|
boolean |
Status.remove(Status child)
|
| Method parameters in ch.qos.logback.core.status with type arguments of type Status | |
|---|---|
static List<Status> |
StatusUtil.filterStatusListByTimeThreshold(List<Status> rawList,
long threshold)
|
| Uses of Status in ch.qos.logback.core.util |
|---|
| Methods in ch.qos.logback.core.util with parameters of type Status | |
|---|---|
static void |
StatusPrinter.buildStr(StringBuilder sb,
String indentation,
Status s)
|
| Method parameters in ch.qos.logback.core.util with type arguments of type Status | |
|---|---|
static void |
StatusPrinter.print(List<Status> statusList)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||