ch.qos.logback.core.joran.spi
Interface RuleStore

All Known Implementing Classes:
SimpleRuleStore

public interface RuleStore


Method Summary
 void addRule(Pattern pattern, Action action)
           
 void addRule(Pattern pattern, String actionClassStr)
           
 List matchActions(Pattern pattern)
           
 

Method Detail

addRule

void addRule(Pattern pattern,
             String actionClassStr)
             throws ClassNotFoundException
Throws:
ClassNotFoundException

addRule

void addRule(Pattern pattern,
             Action action)

matchActions

List matchActions(Pattern pattern)


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