jackknife32 Posted March 7, 2021 Share 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.... Quote Link to comment Share on other sites More sharing options...
Explv Posted March 7, 2021 Share 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 Quote Link to comment Share on other sites More sharing options...
jackknife32 Posted March 7, 2021 Author Share Posted March 7, 2021 Yeah i've tried that... The script fails if I add something like: log("test"); Quote Link to comment Share on other sites More sharing options...
skillerkidos1 Posted March 7, 2021 Share 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 Quote Link to comment Share on other sites More sharing options...
PTY Botting Posted March 7, 2021 Share 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 Quote Link to comment Share on other sites More sharing options...