Package de.plushnikov.log

Examples of de.plushnikov.log.CommonsLogClass.doSomething()


        Log4jClass log4jClass = new Log4jClass();

        log4jClass.doSomething();

        CommonsLogClass commonsLogClass = new CommonsLogClass();
        commonsLogClass.doSomething();

        Slf4jClass slf4jLogClass = new Slf4jClass();
        slf4jLogClass.doSomething();

        DelegateClass delegate = new DelegateClass();
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.