Uses of Interface
ch.qos.logback.core.status.Status
Packages that use Status
Package
Description
Contains utility classes.
Contains the main classes of logback core.
Contains the base classes used by PatternLayout.
Contains core functionalities of logback, such as
AppenderAttachable
and
LifeCycle
.Contains logback's internal error reporting system.
Contains various utility classes.
-
Uses of Status in ch.qos.logback.classic.util
Methods in ch.qos.logback.classic.util with parameters of type Status -
Uses of Status in ch.qos.logback.core
Fields in ch.qos.logback.core with type parameters of type StatusModifier and TypeFieldDescriptionBasicStatusManager.statusList
protected final CyclicBuffer
<Status> BasicStatusManager.tailBuffer
Methods in ch.qos.logback.core that return types with arguments of type StatusMethods in ch.qos.logback.core with parameters of type Status -
Uses of Status in ch.qos.logback.core.joran.event
Methods in ch.qos.logback.core.joran.event with parameters of type Status -
Uses of Status in ch.qos.logback.core.pattern
Methods in ch.qos.logback.core.pattern with parameters of type Status -
Uses of Status in ch.qos.logback.core.recovery
Methods in ch.qos.logback.core.recovery with parameters of type Status -
Uses of Status in ch.qos.logback.core.spi
Methods in ch.qos.logback.core.spi with parameters of type Status -
Uses of Status in ch.qos.logback.core.status
Classes in ch.qos.logback.core.status that implement StatusModifier and TypeClassDescriptionclass
class
class
class
Methods in ch.qos.logback.core.status that return types with arguments of type StatusModifier and TypeMethodDescriptionStatusUtil.filterStatusListByTimeThreshold
(List<Status> rawList, long threshold) StatusManager.getCopyOfStatusList()
Obtain a copy of the status list maintained by this StatusManager.StatusListenerAsList.getStatusList()
Status.iterator()
StatusBase.iterator()
Methods in ch.qos.logback.core.status with parameters of type StatusModifier and TypeMethodDescriptionvoid
void
void
Add a new status message.void
void
NopStatusListener.addStatusEvent
(Status status) void
OnPrintStreamStatusListenerBase.addStatusEvent
(Status status) void
StatusListener.addStatusEvent
(Status status) void
StatusListenerAsList.addStatusEvent
(Status status) static String
boolean
boolean
Method parameters in ch.qos.logback.core.status with type arguments of type StatusModifier and TypeMethodDescriptionStatusUtil.filterStatusListByTimeThreshold
(List<Status> rawList, long threshold) -
Uses of Status in ch.qos.logback.core.testUtil
Fields in ch.qos.logback.core.testUtil with type parameters of type StatusMethods in ch.qos.logback.core.testUtil with parameters of type Status -
Uses of Status in ch.qos.logback.core.util
Methods in ch.qos.logback.core.util with parameters of type StatusModifier and TypeMethodDescriptionstatic void
StatusPrinter.buildStr
(StringBuilder sb, String indentation, Status s) Deprecated.void
StatusPrinter2.buildStr
(StringBuilder sb, String indentation, Status s) Method parameters in ch.qos.logback.core.util with type arguments of type Status