Package org.jboss.as.logging.deployments
Class LoggingDeploymentResourceProcessor
- java.lang.Object
-
- org.jboss.as.logging.deployments.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
-
-
Constructor Summary
Constructors Constructor Description LoggingDeploymentResourceProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeploy(DeploymentPhaseContext phaseContext)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.as.server.deployment.DeploymentUnitProcessor
undeploy
-
-
-
-
Method Detail
-
deploy
public final void deploy(DeploymentPhaseContext phaseContext)
- Specified by:
deployin interfaceDeploymentUnitProcessor
-
-