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

    Status: Open => Answered

RaiMan proposed the following answer:
the log messages are built according to
"some message containing place holders according to Java::String.format", var1, 
var2, var3, …

or you build a string your own:
Debug.user("my text %d"%(elapsed))

according to the Python ""%() feature (similar to Java::String.format

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to