Uses of Interface
ch.qos.logback.core.status.Status
-
Packages that use Status Package Description ch.qos.logback.classic.util Contains utility classes.ch.qos.logback.core Contains the main classes of logback core.ch.qos.logback.core.joran.event Contains event classes representing SAX parsing events in Joran.ch.qos.logback.core.pattern Contains the base classes used by PatternLayout.ch.qos.logback.core.recovery Contains recovery mechanisms for handling temporary failures in appenders.ch.qos.logback.core.spi Contains core functionalities of logback, such asAppenderAttachableandLifeCycle.ch.qos.logback.core.status Contains logback's internal error reporting system.ch.qos.logback.core.testUtil Contains utility classes for testing purposes.ch.qos.logback.core.util 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 Modifier and Type Method Description static voidStatusViaSLF4JLoggerFactory. addStatus(Status status) -
Uses of Status in ch.qos.logback.core
Fields in ch.qos.logback.core with type parameters of type Status Modifier and Type Field Description protected List<Status>BasicStatusManager. statusListprotected CyclicBuffer<Status>BasicStatusManager. tailBufferMethods in ch.qos.logback.core that return types with arguments of type Status Modifier and Type Method Description List<Status>BasicStatusManager. getCopyOfStatusList()Methods in ch.qos.logback.core with parameters of type Status Modifier and Type Method Description voidBasicStatusManager. add(Status newStatus)Add a new status object. -
Uses of Status in ch.qos.logback.core.joran.event
Methods in ch.qos.logback.core.joran.event with parameters of type Status Modifier and Type Method Description voidSaxEventRecorder. addStatus(Status status) -
Uses of Status in ch.qos.logback.core.pattern
Methods in ch.qos.logback.core.pattern with parameters of type Status Modifier and Type Method Description voidDynamicConverter. addStatus(Status status) -
Uses of Status in ch.qos.logback.core.recovery
Methods in ch.qos.logback.core.recovery with parameters of type Status Modifier and Type Method Description voidResilientOutputStreamBase. addStatus(Status status) -
Uses of Status in ch.qos.logback.core.spi
Methods in ch.qos.logback.core.spi with parameters of type Status Modifier and Type Method Description voidContextAware. addStatus(Status status)voidContextAwareBase. addStatus(Status status)voidContextAwareImpl. addStatus(Status status) -
Uses of Status in ch.qos.logback.core.status
Classes in ch.qos.logback.core.status that implement Status Modifier and Type Class Description classErrorStatusclassInfoStatusclassStatusBaseclassWarnStatusMethods in ch.qos.logback.core.status that return types with arguments of type Status Modifier and Type Method 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>Status. iterator()Iterator<Status>StatusBase. iterator()Methods in ch.qos.logback.core.status with parameters of type Status Modifier and Type Method Description voidStatus. add(Status child)voidStatusBase. add(Status child)voidStatusManager. add(Status status)Add a new status message.voidStatusUtil. addStatus(Status status)voidNopStatusListener. addStatusEvent(Status status)voidOnPrintStreamStatusListenerBase. addStatusEvent(Status status)voidStatusListener. addStatusEvent(Status status)voidStatusListenerAsList. addStatusEvent(Status status)static StringStatusUtil. diff(Status left, Status right)booleanStatus. remove(Status child)booleanStatusBase. remove(Status statusToRemove)Method parameters in ch.qos.logback.core.status with type arguments of type Status Modifier and Type Method Description static List<Status>StatusUtil. 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 Status Modifier and Type Field Description List<Status>TrivialStatusListener. listMethods in ch.qos.logback.core.testUtil with parameters of type Status Modifier and Type Method Description voidTrivialStatusListener. addStatusEvent(Status status) -
Uses of Status in ch.qos.logback.core.util
Methods in ch.qos.logback.core.util with parameters of type Status Modifier and Type Method Description static voidStatusPrinter. buildStr(StringBuilder sb, String indentation, Status s)Deprecated.voidStatusPrinter2. buildStr(StringBuilder sb, String indentation, Status s)Method parameters in ch.qos.logback.core.util with type arguments of type Status Modifier and Type Method Description static voidStatusPrinter. print(List<Status> statusList)Deprecated.voidStatusPrinter2. print(List<Status> statusList)
-