ch.qos.logback.classic.gaffer
Interface ConfigurationContributor

All Known Implementing Classes:
GSiftingAppender

public interface ConfigurationContributor

Author:
Ceki Gücü

Method Summary
 Map getMappings()
          The list of method mapping from the contributor into the configuration mechanism, e.g.
 

Method Detail

getMappings

Map getMappings()
The list of method mapping from the contributor into the configuration mechanism, e.g. the ConfiguratorDelegate

The key in the map is the method being contributed and the value is the name of the method in the target class.

Returns:


Copyright © 2005-2010 QOS.ch. All Rights Reserved.