Pythonic Logging inside Deadline Plugins?

I’ve noticed my python scripts inside a Deadline Nuke render can only use the print function.
I don’t seem to be able to initiate a logger unless I am doing something wrong.

Is there a standard way to get a logger inside a deadline job plugin?