Uses of Interface
ch.qos.logback.core.status.StatusManager
-
Packages that use StatusManager Package Description ch.qos.logback.access This is logback access' main package.ch.qos.logback.access.tomcat This is logback access' implementation for Tomcat.ch.qos.logback.classic Contains logback classic main classes.ch.qos.logback.classic.selector 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 asch.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.access
Methods in ch.qos.logback.access that return StatusManager Modifier and Type Method Description protected StatusManagerViewStatusMessagesServlet. getStatusManager(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) -
Uses of StatusManager in ch.qos.logback.access.tomcat
Fields in ch.qos.logback.access.tomcat declared as StatusManager Modifier and Type Field Description (package private) StatusManagerLogbackValve. smMethods in ch.qos.logback.access.tomcat that return StatusManager Modifier and Type Method Description StatusManagerLogbackValve. getStatusManager() -
Uses of StatusManager in ch.qos.logback.classic
Methods in ch.qos.logback.classic that return StatusManager Modifier and Type Method Description protected StatusManagerViewStatusMessagesServlet. getStatusManager(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) -
Uses of StatusManager in ch.qos.logback.classic.selector
Methods in ch.qos.logback.classic.selector with parameters of type StatusManager Modifier and Type Method Description private java.net.URLContextJNDISelector. urlByResourceName(StatusManager sm, java.lang.String resourceName) -
Uses of StatusManager in ch.qos.logback.core
Classes in ch.qos.logback.core that implement StatusManager Modifier and Type Class Description classBasicStatusManagerFields in ch.qos.logback.core declared as StatusManager Modifier and Type Field Description private StatusManagerContextBase. smMethods in ch.qos.logback.core that return StatusManager Modifier and Type Method Description StatusManagerContext. getStatusManager()Return the StatusManager instance in use.StatusManagerContextBase. getStatusManager()Methods in ch.qos.logback.core with parameters of type StatusManager Modifier and Type Method Description voidContextBase. 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 StatusManager Modifier and Type Method Description static intXMLUtil. checkIfWellFormed(java.net.URL url, StatusManager sm) -
Uses of StatusManager in ch.qos.logback.core.spi
Methods in ch.qos.logback.core.spi that return StatusManager Modifier and Type Method Description StatusManagerContextAwareBase. getStatusManager()StatusManagerContextAwareImpl. getStatusManager() -
Uses of StatusManager in ch.qos.logback.core.status
Fields in ch.qos.logback.core.status declared as StatusManager Modifier and Type Field Description (package private) StatusManagerStatusUtil. smMethods in ch.qos.logback.core.status that return StatusManager Modifier and Type Method Description protected abstract StatusManagerViewStatusMessagesServletBase. getStatusManager(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)Methods in ch.qos.logback.core.status with parameters of type StatusManager Modifier and Type Method Description voidViewStatusMessagesServletBase. printList(java.lang.StringBuilder buf, StatusManager sm)Constructors in ch.qos.logback.core.status with parameters of type StatusManager Constructor Description StatusUtil(StatusManager sm) -
Uses of StatusManager in ch.qos.logback.core.util
Methods in ch.qos.logback.core.util with parameters of type StatusManager Modifier and Type Method Description static voidStatusPrinter. print(StatusManager sm)static voidStatusPrinter. print(StatusManager sm, long threshold)
-