Question #245020 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/245020
RaiMan proposed the following answer:
have a look at the Debug.user feature in 1.0.1:
*** global settings:
Debug.setUserUserLogFile(<some absolute filename>)
Settings.UserLogs = true # switch user logging on/off (default on)
Settings.UserLogPrefix = "user"; # define the prefix used for printing [user] …
message ...
Settings.UserLogTime = true; # add time stamp on/off (default on) - [user
timestamp] … message …
*** usage
Debug.user("some message %s containing %d placeholders", var1, someNumber)
formatting/placeholder/insert according to Java's 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