| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Status> |
BasicStatusManager.statusList |
protected CyclicBuffer<Status> |
BasicStatusManager.tailBuffer |
| Modifier and Type | Method and Description |
|---|---|
List<Status> |
BasicStatusManager.getCopyOfStatusList() |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicStatusManager.add(Status newStatus)
Add a new status object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SaxEventRecorder.addStatus(Status status) |
| Modifier and Type | Method and Description |
|---|---|
void |
DynamicConverter.addStatus(Status status) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResilientOutputStreamBase.addStatus(Status status) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContextAwareImpl.addStatus(Status status) |
void |
ContextAwareBase.addStatus(Status status) |
void |
ContextAware.addStatus(Status status) |
| Modifier and Type | Class and Description |
|---|---|
class |
ErrorStatus |
class |
InfoStatus |
class |
StatusBase |
class |
WarnStatus |
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
void |
StatusManager.add(Status status)
Add a new status message.
|
void |
StatusBase.add(Status child) |
void |
Status.add(Status child) |
void |
StatusUtil.addStatus(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) |
| Modifier and Type | Method and Description |
|---|---|
static List<Status> |
StatusUtil.filterStatusListByTimeThreshold(List<Status> rawList,
long threshold) |
| Modifier and Type | Method and Description |
|---|---|
static void |
StatusPrinter.buildStr(StringBuilder sb,
String indentation,
Status s) |
| Modifier and Type | Method and Description |
|---|---|
static void |
StatusPrinter.print(List<Status> statusList) |
Copyright © 2005–2014 QOS.ch. All rights reserved.