@clarabellerising thank you so much, it's just the wrong line, I'll find out why)
log setting help me
-
function log(text) { var now = new Date(); Logger.WriteHtml("<span style='color:#000000'>" thread_number() + " : " + "Bilgi" + text + "</span>", "Bilgi" + thread_number() + " : " + text + " " + now.getHours() + ": " + now.getMinutes() + ": " + now.getSeconds() ); } -
@tet-vivi said in log setting help me:
function log(text) {
var now = new Date();
Logger.WriteHtml("<span style='color:#000000'>" thread_number() + " : " + "Bilgi" + text + "</span>", "Bilgi" + thread_number() + " : " + text + " " + now.getHours() + ": " + now.getMinutes() + ": " + now.getSeconds() );
}SyntaxError: Parse error during execution of action 2
-
@xxasaxx said in log setting help me:
@tet-vivi said in log setting help me:
function log(text) {
var now = new Date();
Logger.WriteHtml("<span style='color:#000000'>" thread_number() + " : " + "Bilgi" + text + "</span>", "Bilgi" + thread_number() + " : " + text + " " + now.getHours() + ": " + now.getMinutes() + ": " + now.getSeconds() );
}SyntaxError: Parse error during execution of action 2