Uses of Interface
net.dpml.util.Logger

Packages that use Logger
net.dpml.station Application profile and process execution support. 
net.dpml.util Common utility interfaces. 
 

Uses of Logger in net.dpml.station
 

Constructors in net.dpml.station with parameters of type Logger
ApplianceContentHandler(Logger logger)
          Creation of a new applicance content handler.
 

Uses of Logger in net.dpml.util
 

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