Package greed.conf.schema

Examples of greed.conf.schema.LoggingConfig


*/
public class ExternalSystemTest {

    @Before
    public void init() {
        LoggingConfig config = new LoggingConfig();
        config.setLogLevel(LoggingConfig.LoggingLevel.DEBUG);
        config.setLogToStderr(true);
        config.setLogFolder("Logs");
        Log.initialize(config);
    }
View Full Code Here

TOP

Related Classes of greed.conf.schema.LoggingConfig

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.