net.dpml.depot
Class DepotLoggingConfiguration

java.lang.Object
  extended bynet.dpml.depot.DepotLoggingConfiguration

public class DepotLoggingConfiguration
extends Object

Utility class used to establish the logging configuration for managed subprocesses. The handler redirects logging records to a remote LoggingService via RMI that aggregates logging messages from multiple JVM within a local domain. This configuration handler is declared as the default logging configuration for suprocesses launched by the DPML Station.

Version:
1.0.0
Author:
Digital Product Meta Library

Constructor Summary
DepotLoggingConfiguration()
          Creation of the logging controller.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DepotLoggingConfiguration

public DepotLoggingConfiguration()
Creation of the logging controller.