Package | Description |
---|---|
ch.qos.logback.core |
Contains the main classes of logback core.
|
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 | Class and Description |
---|---|
class |
BasicStatusManager |
Modifier and Type | Method and Description |
---|---|
StatusManager |
ContextBase.getStatusManager() |
StatusManager |
Context.getStatusManager()
Return the StatusManager instance in use.
|
Modifier and Type | Method and Description |
---|---|
void |
ContextBase.setStatusManager(StatusManager statusManager)
Set the
StatusManager for this context. |
Modifier and Type | Method and Description |
---|---|
StatusManager |
ContextAwareImpl.getStatusManager() |
StatusManager |
ContextAwareBase.getStatusManager() |
Constructor and Description |
---|
StatusUtil(StatusManager sm) |
Modifier and Type | Method and Description |
---|---|
static void |
StatusPrinter.print(StatusManager sm) |
static void |
StatusPrinter.print(StatusManager sm,
long threshold) |
Copyright © 2005–2015 QOS.ch. All rights reserved.