Class LoggingDeploymentResourceProcessor

  • All Implemented Interfaces:
    DeploymentUnitProcessor

    public class LoggingDeploymentResourceProcessor
    extends Object
    implements DeploymentUnitProcessor
    Process a deployment and ensures a logging configuration service has been added.

    Note that in some cases the assumed logging configuration will be wrong. If a deployment is using a custom log manager, such as logback, the configuration reported on the deployment will be the assumed configuration.

    Author:
    James R. Perkins