Uses of Interface
org.hippoecm.hst.logging.Logger

Packages that use Logger
org.hippoecm.hst.container The org.hippoecm.hst.container package defines the API for the HST Container 
org.hippoecm.hst.core.jcr The org.hippoecm.hst.core.jcr package defines the API for the HST Core JCR 
org.hippoecm.hst.core.logging   
org.hippoecm.hst.logging The org.hippoecm.hst.logging package defines the API for the HST Logging 
org.hippoecm.hst.site   
org.hippoecm.hst.util The org.hippoecm.hst.content.util package defines the API for the HST Util 
 

Uses of Logger in org.hippoecm.hst.container
 

Methods in org.hippoecm.hst.container with parameters of type Logger
protected  void HstFilter.processResolvedSiteMapItem(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, HstManager hstSitesManager, HstSiteMapItemHandlerFactory siteMapItemHandlerFactory, HstMutableRequestContext requestContext, boolean processHandlers, Logger logger)
           
 

Uses of Logger in org.hippoecm.hst.core.jcr
 

Methods in org.hippoecm.hst.core.jcr that return Logger
protected  Logger EventListenersContainerImpl.getLogger()
           
 

Uses of Logger in org.hippoecm.hst.core.logging
 

Classes in org.hippoecm.hst.core.logging that implement Logger
 class Slf4jLogger
           
 class TraceToolSlf4jLogger
           
 

Methods in org.hippoecm.hst.core.logging that return Logger
 Logger Slf4jLoggerFactory.getLogger(String name)
           
 Logger Slf4jLoggerFactory.getLogger(String name, String fqcn)
           
 

Uses of Logger in org.hippoecm.hst.logging
 

Methods in org.hippoecm.hst.logging that return Logger
 Logger LoggerFactory.getLogger(String name)
          Returns HST Logger with the category name
 Logger LoggerFactory.getLogger(String name, String fqcn)
          Returns HST Logger with the category name and wrapper logger fqcn used to find logging location
 

Uses of Logger in org.hippoecm.hst.site
 

Methods in org.hippoecm.hst.site that return Logger
static Logger HstServices.getLogger(String loggerName)
          Returns the centralized Logger component managed by the HST container.
static Logger HstServices.getLogger(String loggerName, String fqcn)
          Returns the centralized Logger component managed by the HST container with wrapper logger fqcn used to find logging location
 

Uses of Logger in org.hippoecm.hst.util
 

Classes in org.hippoecm.hst.util that implement Logger
 class NOOPLogger
          A Logger implementation with no operation.
 



Copyright © 2008-2012 Hippo. All Rights Reserved.