JBoss Log Manager 1.3.2.Final-redhat-1

org.jboss.logmanager.config
Interface HandlerConfiguration

All Superinterfaces:
HandlerContainingConfigurable, NamedConfigurable, ObjectConfigurable, PropertyConfigurable

public interface HandlerConfiguration
extends HandlerContainingConfigurable, NamedConfigurable, PropertyConfigurable, ObjectConfigurable

Configuration for a single handler.

Author:
David M. Lloyd

Method Summary
 String getEncoding()
           
 String getErrorManagerName()
           
 String getFilter()
           
 String getFormatterName()
          Get the name of the configured formatter for this handler.
 String getLevel()
           
 void setEncoding(String name)
           
 void setErrorManagerName(String name)
           
 void setFilter(String name)
           
 void setFormatterName(String name)
          Set the name of the configured formatter for this handler.
 void setLevel(String level)
           
 
Methods inherited from interface org.jboss.logmanager.config.HandlerContainingConfigurable
addHandlerName, getHandlerNames, removeHandlerName, setHandlerNames, setHandlerNames
 
Methods inherited from interface org.jboss.logmanager.config.NamedConfigurable
getName
 
Methods inherited from interface org.jboss.logmanager.config.PropertyConfigurable
getConstructorProperties, getPropertyNames, getPropertyValueString, hasConstructorProperty, hasProperty, removeProperty, setPropertyValueString
 
Methods inherited from interface org.jboss.logmanager.config.ObjectConfigurable
getClassName, getModuleName
 

Method Detail

getFormatterName

String getFormatterName()
Get the name of the configured formatter for this handler.

Returns:
the formatter name

setFormatterName

void setFormatterName(String name)
Set the name of the configured formatter for this handler.

Parameters:
name - the formatter name

getLevel

String getLevel()

setLevel

void setLevel(String level)

getFilter

String getFilter()

setFilter

void setFilter(String name)

getEncoding

String getEncoding()

setEncoding

void setEncoding(String name)

getErrorManagerName

String getErrorManagerName()

setErrorManagerName

void setErrorManagerName(String name)

JBoss Log Manager 1.3.2.Final-redhat-1

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