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. 
net.dpml.test Common test components. 
net.dpml.test.app Component used to test composition. 
net.dpml.test.categories Logging categories test component. 
net.dpml.test.composite Composite test components. 
net.dpml.test.lifecycle Lifecycle test components. 
net.dpml.test.part Component used in part tests. 
net.dpml.test.state Component used to test an operation declared within a state graph. 
 

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.
 

Uses of Logger in net.dpml.test
 

Constructors in net.dpml.test with parameters of type Logger
ExampleComponent(Logger logger, ExampleComponent.Context context)
          Creation of a new ExampleComponent using a supplied logging channel and context.
SingletonComponent(Logger logger, SingletonComponent.Context context)
          Creation of a new singleton component instance.
 

Uses of Logger in net.dpml.test.app
 

Constructors in net.dpml.test.app with parameters of type Logger
DefaultListener(Logger logger, DefaultListener.Context context)
          Creation of a new singleton component instance.
Demo(Logger logger, PartsManager parts)
          Creation of a new demo component.
 

Uses of Logger in net.dpml.test.categories
 

Constructors in net.dpml.test.categories with parameters of type Logger
CategoriesComponent(Logger logger)
          Creation of a new startable component instance.
 

Uses of Logger in net.dpml.test.composite
 

Constructors in net.dpml.test.composite with parameters of type Logger
CompositeComponent(Logger logger, CompositeComponent.Context context, CompositeComponent.Parts parts)
          Creation of a new composite component instance.
PartsComponent(Logger logger, PartsComponent.Context context, PartsManager parts)
          Creation of a new composite component instance.
 

Uses of Logger in net.dpml.test.lifecycle
 

Constructors in net.dpml.test.lifecycle with parameters of type Logger
StartableComponent(Logger logger)
          Creation of a new startable component instance.
 

Uses of Logger in net.dpml.test.part
 

Constructors in net.dpml.test.part with parameters of type Logger
ExampleComponent(Logger logger, ExampleComponent.Context context)
          Creation of a new ExampleComponent using a supplied logging channel and context.
 

Uses of Logger in net.dpml.test.state
 

Constructors in net.dpml.test.state with parameters of type Logger
ManagedComponent(Logger logger)
          Creation of a new ManagedComponent.