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.
| Modifier and Type | Field and Description |
|---|---|
static AttachmentKey<LoggingConfigurationService> |
LOGGING_CONFIGURATION_SERVICE_KEY
The attachment key used to attach the service.
|
| Constructor and Description |
|---|
LoggingDeploymentResourceProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
deploy(DeploymentPhaseContext phaseContext) |
void |
undeploy(DeploymentUnit context) |
public static final AttachmentKey<LoggingConfigurationService> LOGGING_CONFIGURATION_SERVICE_KEY
public final void deploy(DeploymentPhaseContext phaseContext) throws DeploymentUnitProcessingException
deploy in interface DeploymentUnitProcessorDeploymentUnitProcessingExceptionpublic final void undeploy(DeploymentUnit context)
undeploy in interface DeploymentUnitProcessorCopyright © 2015 JBoss by Red Hat. All rights reserved.