Package ch.qos.logback.audit.client.joran.action

Examples of ch.qos.logback.audit.client.joran.action.AuditAppenderAction


public class JoranConfigurator extends GenericConfigurator {

  @Override
  public void addInstanceRules(RuleStore rs) {
    rs.addRule(new Pattern("auditor"), new AuditorAction());
    rs.addRule(new Pattern("auditor/appender"), new AuditAppenderAction());
  }
View Full Code Here

TOP

Related Classes of ch.qos.logback.audit.client.joran.action.AuditAppenderAction

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.