Uses of Interface
ch.qos.logback.core.status.Status
Packages that use Status
Package
Description
Provides classes implementing format specifiers in conversion patterns.
This is logback access' implementation for Tomcat.
Contains utility classes.
Contains the main classes of logback core.
Contains the base classes used by PatternLayout.
Contains core functionnalities of logback, such as
Contains logback's internal error reporting system.
Contains various utility classes.
-
Uses of Status in ch.qos.logback.access.pattern
Methods in ch.qos.logback.access.pattern with parameters of type Status -
Uses of Status in ch.qos.logback.access.tomcat
Methods in ch.qos.logback.access.tomcat with parameters of type Status -
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 StatusModifier and TypeMethodDescriptionvoid
Add a new status object.private void
BasicStatusManager.fireStatusAddEvent
(Status 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.joran.util
Methods in ch.qos.logback.core.joran.util 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 StatusModifier and TypeMethodDescriptionvoid
(package private) void
ResilientOutputStreamBase.addStatusIfCountNotOverLimit
(Status s) -
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
Fields in ch.qos.logback.core.status with type parameters of type StatusModifier and TypeFieldDescriptionStatusBase.childrenList
StatusBase.EMPTY_LIST
StatusListenerAsList.statusList
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 TypeMethodDescription(package private) String
ViewStatusMessagesServletBase.abbreviatedOrigin
(Status s) void
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) private void
private void
ViewStatusMessagesServletBase.printStatus
(StringBuilder buf, Status s) boolean
boolean
(package private) String
ViewStatusMessagesServletBase.statusLevelAsString
(Status s) 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.util
Methods in ch.qos.logback.core.util with parameters of type StatusModifier and TypeMethodDescriptionstatic void
StatusPrinter.buildStr
(StringBuilder sb, String indentation, Status s) Method parameters in ch.qos.logback.core.util with type arguments of type StatusModifier and TypeMethodDescriptionprivate static void
StatusPrinter.buildStrFromStatusList
(StringBuilder sb, List<Status> statusList) static void