public interface Configurator
Modifier and Type | Field and Description |
---|---|
static Logger.AttachmentKey<Configurator> |
ATTACHMENT_KEY
The attachment key of the chosen configurator, used to maintain a strong ref to any
configured properties.
|
Modifier and Type | Method and Description |
---|---|
void |
configure(InputStream inputStream)
Configure the logmanager.
|
static final Logger.AttachmentKey<Configurator> ATTACHMENT_KEY
void configure(InputStream inputStream) throws IOException
inputStream
- the input stream to readIOException
- if an error occursCopyright © 2017 JBoss by Red Hat. All rights reserved.