Package de.plushnikov.log

Examples of de.plushnikov.log.CommonsLogClass


        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

Related Classes of de.plushnikov.log.CommonsLogClass

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.