createLogFile() will now be package to prevent others from rotating log files accidentally.
Use cmWritable("log.cmtxt") instead to fetch the current log file.
Old: public Url createLogFile(CallStack stack=null, str msg="") { New: package Url createLogFile(CallStack stack=null, str msg="") {