← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #402722]: Create Debug.user log message with milliseconds

 

Question #402722 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/402722

    Status: Open => Answered

RaiMan proposed the following answer:
Supposing, you are using Python scripting:
- switch of the time stamp: Settings.UserLogTime = False
- make your own function, that adds your timestamp to the message and then hand over to Debug.user() 
- use this function instead of Debug.user()

.... but with SikuliX, where usually the search time lasts some 100
milliseconds I do not see the need for this granularity.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.