Examples of StagemonitorP6Logger


Examples of org.stagemonitor.jdbc.p6spy.StagemonitorP6Logger

      throw new RuntimeException(e);
    }
  }

  private void addStagemonitorLogger(Configuration configuration, P6SpyLoadableOptions options) {
    P6SpyMultiLogger.addLogger(new StagemonitorP6Logger(configuration, metricRegistry));
    if (p6SpyAlreadyConfigured) {
      P6SpyMultiLogger.addLogger(options.getAppenderInstance());
    }
    options.setAppender(P6SpyMultiLogger.class.getCanonicalName());
  }
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.