Uses of Interface
ch.qos.logback.core.status.StatusManager
Packages that use StatusManager
Package
Description
-
Uses of StatusManager in ch.qos.logback.classic
Methods in ch.qos.logback.classic that return StatusManagerModifier and TypeMethodDescriptionprotected StatusManagerViewStatusMessagesServlet.getStatusManager(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) -
Uses of StatusManager in ch.qos.logback.core
Classes in ch.qos.logback.core that implement StatusManagerMethods in ch.qos.logback.core that return StatusManagerModifier and TypeMethodDescriptionContext.getStatusManager()Return the StatusManager instance in use.ContextBase.getStatusManager()Methods in ch.qos.logback.core with parameters of type StatusManagerModifier and TypeMethodDescriptionvoidContextBase.setStatusManager(StatusManager statusManager) Set theStatusManagerfor this context. -
Uses of StatusManager in ch.qos.logback.core.joran.spi
Methods in ch.qos.logback.core.joran.spi with parameters of type StatusManagerModifier and TypeMethodDescriptionstatic intXMLUtil.checkIfWellFormed(URL url, StatusManager sm) -
Uses of StatusManager in ch.qos.logback.core.spi
Methods in ch.qos.logback.core.spi that return StatusManagerModifier and TypeMethodDescriptionContextAwareBase.getStatusManager()ContextAwareImpl.getStatusManager() -
Uses of StatusManager in ch.qos.logback.core.status
Methods in ch.qos.logback.core.status that return StatusManagerModifier and TypeMethodDescriptionprotected abstract StatusManagerViewStatusMessagesServletBase.getStatusManager(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) Methods in ch.qos.logback.core.status with parameters of type StatusManagerModifier and TypeMethodDescriptionvoidViewStatusMessagesServletBase.printList(StringBuilder buf, StatusManager sm) Constructors in ch.qos.logback.core.status with parameters of type StatusManager -
Uses of StatusManager in ch.qos.logback.core.util
Methods in ch.qos.logback.core.util with parameters of type StatusManagerModifier and TypeMethodDescriptionstatic voidStatusPrinter.print(StatusManager sm) Deprecated.static voidStatusPrinter.print(StatusManager sm, long threshold) Deprecated.voidStatusPrinter2.print(StatusManager sm) voidStatusPrinter2.print(StatusManager sm, long threshold)