sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #30427
Re: [Question #261642]: How to Log all my actions with a Time Stamp
Question #261642 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/261642
Status: Open => Answered
RaiMan proposed the following answer:
if you want to do some mature logging all over the place, you might use
the provided Debug.log feature, but an even better choice is to use some
Python logging module.
Since there is a SikuliX logging callback feature available for Jython scripting, you can combine both, since the SikuliX logs are then redirected to your own logger.
see: http://sikulix-2014.readthedocs.org/en/latest/scripting.html#writing-and-redirecting-log-and-debug-messages
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.