Package rocket.logging.compiler

Examples of rocket.logging.compiler.LoggingLevelByNameAssigner


        return none;
      }

      @Override
      protected Object handleEnableLoggingValue() {
        final LoggingLevelByNameAssigner loggingFactory = new LoggingLevelByNameAssigner();
        loggingFactory.setProgram(program);
        loggingFactory.setGetLogger(program.getLoggerFactoryGetLogger());

        loggingFactory.setLoggingFactoryConfig(this.createPropertiesFileLoggingConfig());

        return loggingFactory;
      }
    };
View Full Code Here

TOP

Related Classes of rocket.logging.compiler.LoggingLevelByNameAssigner

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.