Uses of Interface
net.dpml.logging.Logger

Packages that use Logger
net.dpml.http HTTP Server implementation. 
net.dpml.logging The net.dpml.logging package provides a simple logging facard API. 
 

Uses of Logger in net.dpml.http
 

Constructors in net.dpml.http with parameters of type Logger
ContextHandlerCollection(Logger logger, ContextHandlerCollection.Parts parts)
          Creation of a new HTTP server implementation.
HandlerCollection(Logger logger, HandlerCollection.Parts parts)
          Creation of a new handler collection.
ResourceContextHandler(Logger logger, ResourceContextHandler.Context context)
          Creation of a new resource context handler.
Server(Logger logger, Server.Context context, Server.Parts parts)
          Creation of a new HTTP server implementation.
ServletContextHandler(Logger logger, ServletContextHandler.Context context)
          Creation of a new servlet context handler.
WebAppContextHandler(Logger logger, WebAppContextHandler.Context context)
          Creation of a new web-application context handler.
 

Uses of Logger in net.dpml.logging
 

Methods in net.dpml.logging that return Logger
 Logger Logger.getChildLogger(String category)
          Return a child logger relative to the current logger.