jackknife32 Posted March 7, 2021 Posted March 7, 2021 Thats it. I want to be able to write a message to the logger so i can see what my script is failing when its executed....
Explv Posted March 7, 2021 Posted March 7, 2021 2 minutes ago, jackknife32 said: Thats it. I want to be able to write a message to the logger so i can see what my script is failing when its executed.... log(String message) 1
jackknife32 Posted March 7, 2021 Author Posted March 7, 2021 Yeah i've tried that... The script fails if I add something like: log("test");
skillerkidos1 Posted March 7, 2021 Posted March 7, 2021 (edited) 25 minutes ago, jackknife32 said: Yeah i've tried that... The script fails if I add something like: log("test"); can you show the code youre talking about where it fails? Edited March 7, 2021 by skillerkidos1
PTY Botting Posted March 7, 2021 Posted March 7, 2021 (edited) 1 hour ago, jackknife32 said: Yeah i've tried that... The script fails if I add something like: log("test"); If you are using a class that extends methodprovider make sure you exchangecontext with it. Edited March 7, 2021 by PTY Botting