Package org.jboss.logmanager
Interface Configurator
- All Known Implementing Classes:
PropertyConfigurator
public interface Configurator
A configurator for a log manager or context.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Logger.AttachmentKey<Configurator>
The attachment key of the chosen configurator, used to maintain a strong ref to any configured properties. -
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(InputStream inputStream) Configure the logmanager.
-
Field Details
-
ATTACHMENT_KEY
The attachment key of the chosen configurator, used to maintain a strong ref to any configured properties.
-
-
Method Details
-
configure
Configure the logmanager.- Parameters:
inputStream
- the input stream to read- Throws:
IOException
- if an error occurs
-