sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #30288
Re: [Question #261233]: How to save a number (seconds) in debug file?
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.