Examples of AuditorAction


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

*/
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
Copyright © 2018 www.massapi.com. 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.