I would like to be able to write my own log lines into the console log of Thucydides. However, when i try using the log4j, slf4j or Apache commons logging, i can write the Thucydides logs into a file with my log entries, but I cannot see my lines in the console (in Eclipse in my case).
How can I write to Thucydides's console log?