Package libshapedraw.internal.LSDUtil

Examples of libshapedraw.internal.LSDUtil.NullLogger


    private LSDController() {
        if (LSDGlobalSettings.isLoggingEnabled()) {
            log = new FileLogger(LSDModDirectory.DIRECTORY, ApiInfo.getName(), LSDGlobalSettings.isLoggingAppend());
        } else {
            log = new NullLogger();
        }
        apiInstances = new LinkedHashSet<LibShapeDraw>();
        topApiInstanceId = 0;

        TridentConfig trident = TridentConfig.getInstance();
View Full Code Here

TOP

Related Classes of libshapedraw.internal.LSDUtil.NullLogger

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.