Just curious as to what the recommended log interfaces is for plugins, ideally so it will go to the execution log along with, and in the format of:
2009-12-11T18:51:18.326: Execution starting: project://my_project/test_cases/new_testcase.fftc
2009-12-11T18:51:18.373: Thread 1: Running
2009-12-11T18:51:18.373: Thread 1: Executable Step /: started
System.out.println works, but it's not exactly ideal. I could use log4j or something else, but I'd really just like to reuse the existing log handles.
Thanks,
-Bill