Package org.jboss.logmanager
Interface Configurator
-
- All Known Implementing Classes:
PropertyConfigurator
public interface Configurator
A configurator for a log manager or context.
-
-
Field Summary
Fields Modifier and Type Field Description static Logger.AttachmentKey<Configurator>
ATTACHMENT_KEY
The attachment key of the chosen configurator, used to maintain a strong ref to any configured properties.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configure(java.io.InputStream inputStream)
Configure the logmanager.
-
-
-
Field Detail
-
ATTACHMENT_KEY
static final Logger.AttachmentKey<Configurator> ATTACHMENT_KEY
The attachment key of the chosen configurator, used to maintain a strong ref to any configured properties.
-
-