What is the EG way to do this?
After a quick look at the code I found the eg.LogIt function but what is the '@' before the call.
What is the difference between the debug and the debug2 command line parameter?
I found the easy code fragement
Code: Select all
if eg.debugLevel:
print "xyz"
I guess there are no different debug levels (INFO, DEBUG, WARN, ERROR, FATAL) as I know them from log4j?
little confused.