log(String text, {bool record = true, bool newLine = false}) { LogUtil.instance.addLog(text, record: record, newLine: newLine); }