Package rocket.logging.compiler

Examples of rocket.logging.compiler.NoneLoggingFactoryGetLoggerOptimiser


        throw new RuntimeException("Invalid " + this.getPropertyName() + " value of \"" + propertyValue + "\" encountered.");
      }

      @Override
      protected Object handleDisableLoggingValue() {
        final NoneLoggingFactoryGetLoggerOptimiser none = new NoneLoggingFactoryGetLoggerOptimiser();
        none.setProgram(program);
        none.setGetLogger(program.getLoggerFactoryGetLogger());

        return none;
      }

      @Override
View Full Code Here

TOP

Related Classes of rocket.logging.compiler.NoneLoggingFactoryGetLoggerOptimiser

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.