Package org.eweb4j.ioc.config

Examples of org.eweb4j.ioc.config.IOCLogger


    String debug = cb == null ? "false" : cb.getIoc().getDebug();
    boolean isDebug = false;
    if ("true".equalsIgnoreCase(debug) || "1".equalsIgnoreCase(debug))
      isDebug = true;

    return new IOCLogger(isDebug, level, filePath,
        Integer.parseInt(maxSize));
  }
View Full Code Here

TOP

Related Classes of org.eweb4j.ioc.config.IOCLogger

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.