Package railo.commons.io.log

Examples of railo.commons.io.log.LogConsole


    this.root=root;
    this.attributes=attributes;
    this.parameters=parameters;
    this.majorVersion=majorVersion;
    this.minorVersion=minorVersion;
    log=new LogConsole(Log.LEVEL_INFO,config.getOutWriter());
   
  }
View Full Code Here

TOP

Related Classes of railo.commons.io.log.LogConsole

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.