Package com.crashnote.core.collect.impl

Examples of com.crashnote.core.collect.impl.LogCollector


    protected EnvCollector createEnvColl(final CrashConfig config) {
        return new EnvCollector(config);
    }

    protected LogCollector createLogColl(final CrashConfig config) {
        return new LogCollector(config);
    }
View Full Code Here

TOP

Related Classes of com.crashnote.core.collect.impl.LogCollector

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.