Examples of Slf4jComponentMonitor


Examples of org.picocontainer.gems.monitors.Slf4jComponentMonitor

     * Creates a slf4j component monitor instance.  You will need SLF4j in your classpath for this method to work
     * properly.
     * @return SLF4j-based component monitor.
     */
    public static ComponentMonitor SLF4J() {
      return new Slf4jComponentMonitor();
    }
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.