Package org.picocontainer.gems.monitors

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

Related Classes of org.picocontainer.gems.monitors.Slf4jComponentMonitor

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.