JBoss Log Manager 1.3.2.Final-redhat-1

org.jboss.logmanager
Interface Configurator

All Known Implementing Classes:
PropertyConfigurator

public interface Configurator

A configurator for a log manager or context.


Field Summary
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
 void configure(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.

Method Detail

configure

void configure(InputStream inputStream)
               throws IOException
Configure the logmanager.

Parameters:
inputStream - the input stream to read
Throws:
IOException - if an error occurs

JBoss Log Manager 1.3.2.Final-redhat-1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.