public class LoggingDeploymentResourceProcessor extends Object implements DeploymentUnitProcessor
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.
| Constructor and Description |
|---|
LoggingDeploymentResourceProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
deploy(DeploymentPhaseContext phaseContext) |
void |
undeploy(DeploymentUnit context) |
public final void deploy(DeploymentPhaseContext phaseContext)
deploy in interface DeploymentUnitProcessorpublic final void undeploy(DeploymentUnit context)
undeploy in interface DeploymentUnitProcessorCopyright © 2021 JBoss by Red Hat. All rights reserved.