Package org.picocontainer.gems.monitors

Examples of org.picocontainer.gems.monitors.Log4JComponentMonitor


    /**
     * Creates a log4j component monitor instance.  You will need Log4j in your classpath for this method to work.
     * @return Log4j-based component monitor.
     */
    public static ComponentMonitor LOG4J() {
        return new Log4JComponentMonitor();
    }
View Full Code Here

TOP

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

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.