|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StatusManager | |
---|---|
ch.qos.logback.core | Contains the main classes of logback core. |
ch.qos.logback.core.joran.spi | |
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 StatusManager in ch.qos.logback.core |
---|
Classes in ch.qos.logback.core that implement StatusManager | |
---|---|
class |
BasicStatusManager
|
Methods in ch.qos.logback.core that return StatusManager | |
---|---|
StatusManager |
ContextBase.getStatusManager()
|
StatusManager |
Context.getStatusManager()
Return the StatusManager instance in use. |
Methods in ch.qos.logback.core with parameters of type StatusManager | |
---|---|
void |
ContextBase.setStatusManager(StatusManager statusManager)
Set the StatusManager for this context. |
Uses of StatusManager in ch.qos.logback.core.joran.spi |
---|
Methods in ch.qos.logback.core.joran.spi with parameters of type StatusManager | |
---|---|
static int |
XMLUtil.checkIfWellFormed(URL url,
StatusManager sm)
|
Uses of StatusManager in ch.qos.logback.core.spi |
---|
Methods in ch.qos.logback.core.spi that return StatusManager | |
---|---|
StatusManager |
ContextAwareImpl.getStatusManager()
|
StatusManager |
ContextAwareBase.getStatusManager()
|
Uses of StatusManager in ch.qos.logback.core.status |
---|
Constructors in ch.qos.logback.core.status with parameters of type StatusManager | |
---|---|
StatusChecker(StatusManager sm)
|
Uses of StatusManager in ch.qos.logback.core.util |
---|
Methods in ch.qos.logback.core.util with parameters of type StatusManager | |
---|---|
static void |
StatusPrinter.print(StatusManager sm)
|
static void |
StatusPrinter.print(StatusManager sm,
long threshold)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |