A C D E G H I L O P S V W

A

append(ILoggingEvent) - Method in class ch.qos.logback.ext.spring.DelegatingLogbackAppender
 
ApplicationContextHolder - Class in ch.qos.logback.ext.spring
A special bean which may be defined in the Spring ApplicationContext to make the context available statically to objects which, for whatever reason, cannot be wired up in Spring (for example, logging appenders which must be defined in XML or properties files used to initialize the logging system).
ApplicationContextHolder() - Constructor for class ch.qos.logback.ext.spring.ApplicationContextHolder
 

C

ch.qos.logback.ext.spring - package ch.qos.logback.ext.spring
 
ch.qos.logback.ext.spring.web - package ch.qos.logback.ext.spring.web
 
CONFIG_LOCATION_PARAM - Static variable in class ch.qos.logback.ext.spring.web.WebLogbackConfigurer
Parameter specifying the location of the logback config file
contextDestroyed(ServletContextEvent) - Method in class ch.qos.logback.ext.spring.web.LogbackConfigListener
 
contextInitialized(ServletContextEvent) - Method in class ch.qos.logback.ext.spring.web.LogbackConfigListener
 
createCache() - Method in enum ch.qos.logback.ext.spring.EventCacheMode
 

D

DelegatingLogbackAppender - Class in ch.qos.logback.ext.spring
A Logback Appender implementation which delegates the actual appending to a named bean contained in a Spring ApplicationContext.
DelegatingLogbackAppender() - Constructor for class ch.qos.logback.ext.spring.DelegatingLogbackAppender
 
destroy() - Method in class ch.qos.logback.ext.spring.web.LogbackConfigServlet
 

E

EventCacheMode - Enum in ch.qos.logback.ext.spring
 
EXPOSE_WEB_APP_ROOT_PARAM - Static variable in class ch.qos.logback.ext.spring.web.WebLogbackConfigurer
Parameter specifying whether to expose the web app root system property

G

get() - Method in interface ch.qos.logback.ext.spring.ILoggingEventCache
Retrieves a list containing 0 or more cached ILoggingEvents.
getApplicationContext() - Static method in class ch.qos.logback.ext.spring.ApplicationContextHolder
Retrieves the ApplicationContext set when Spring created and initialized the holder bean.
getBeanName() - Method in class ch.qos.logback.ext.spring.DelegatingLogbackAppender
 
getServletInfo() - Method in class ch.qos.logback.ext.spring.web.LogbackConfigServlet
 

H

hasApplicationContext() - Static method in class ch.qos.logback.ext.spring.ApplicationContextHolder
Ensures that the ApplicationContext has been set and that it has been refreshed.

I

ILoggingEventCache - Interface in ch.qos.logback.ext.spring
Abstraction interface for defining a cache for Logback ILoggingEvent instances.
init() - Method in class ch.qos.logback.ext.spring.web.LogbackConfigServlet
 
initLogging(String) - Static method in class ch.qos.logback.ext.spring.LogbackConfigurer
Initialize logback from the given file.
initLogging(ServletContext) - Static method in class ch.qos.logback.ext.spring.web.WebLogbackConfigurer
Initialize Logback, including setting the web app root system property.
isRefreshed() - Static method in class ch.qos.logback.ext.spring.ApplicationContextHolder
Returns a flag indicating whether the ApplicationContext has been refreshed.

L

LogbackConfigListener - Class in ch.qos.logback.ext.spring.web
Bootstrap listener for custom Logback initialization in a web environment.
LogbackConfigListener() - Constructor for class ch.qos.logback.ext.spring.web.LogbackConfigListener
 
LogbackConfigServlet - Class in ch.qos.logback.ext.spring.web
Bootstrap servlet for custom Logback initialization in a web environment.
LogbackConfigServlet() - Constructor for class ch.qos.logback.ext.spring.web.LogbackConfigServlet
 
LogbackConfigurer - Class in ch.qos.logback.ext.spring
Convenience class that features simple methods for custom Log4J configuration.

O

onApplicationEvent(ContextRefreshedEvent) - Method in class ch.qos.logback.ext.spring.ApplicationContextHolder
 

P

put(ILoggingEvent) - Method in interface ch.qos.logback.ext.spring.ILoggingEventCache
Stores the provided event in the cache.

S

service(HttpServletRequest, HttpServletResponse) - Method in class ch.qos.logback.ext.spring.web.LogbackConfigServlet
This should never even be called since no mapping to this servlet should ever be created in web.xml.
setApplicationContext(ApplicationContext) - Method in class ch.qos.logback.ext.spring.ApplicationContextHolder
 
setBeanName(String) - Method in class ch.qos.logback.ext.spring.DelegatingLogbackAppender
 
setCacheMode(String) - Method in class ch.qos.logback.ext.spring.DelegatingLogbackAppender
 
setWorkingDirSystemProperty(String) - Static method in class ch.qos.logback.ext.spring.LogbackConfigurer
Set the specified system property to the current working directory.
shutdownLogging() - Static method in class ch.qos.logback.ext.spring.LogbackConfigurer
Shut down Logback.
shutdownLogging(ServletContext) - Static method in class ch.qos.logback.ext.spring.web.WebLogbackConfigurer
Shut down Logback, properly releasing all file locks and resetting the web app root system property.
start() - Method in class ch.qos.logback.ext.spring.DelegatingLogbackAppender
 
stop() - Method in class ch.qos.logback.ext.spring.DelegatingLogbackAppender
 

V

valueOf(String) - Static method in enum ch.qos.logback.ext.spring.EventCacheMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum ch.qos.logback.ext.spring.EventCacheMode
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebLogbackConfigurer - Class in ch.qos.logback.ext.spring.web
Convenience class that performs custom Logback initialization for web environments, allowing for log file paths within the web application.

A C D E G H I L O P S V W

Copyright © 2012-2013. All Rights Reserved.