public class LoggingConfigurationService extends Object implements org.jboss.msc.service.Service<org.jboss.logmanager.config.LogContextConfiguration>
| Modifier and Type | Method and Description |
|---|---|
String |
getConfiguration()
Returns an identifier for the configuration being used.
|
org.jboss.logmanager.config.LogContextConfiguration |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public void start(org.jboss.msc.service.StartContext context)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.Serviceorg.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.Servicepublic org.jboss.logmanager.config.LogContextConfiguration getValue()
throws IllegalStateException,
IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<org.jboss.logmanager.config.LogContextConfiguration>IllegalStateExceptionIllegalArgumentExceptionpublic String getConfiguration()
This will be used as the value for the address of a deployment resource.
Copyright © 2018 JBoss by Red Hat. All rights reserved.