Question #560050 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/560050
Status: Open => Answered
Roman Podolyan proposed the following answer:
class Settings
New in version X1.0-rc2.
Settings.ActionLogs
Settings.InfoLogs
Settings.DebugLogs
Either option might be switched on (True) or off (False), to show or
hide the respective message type in the IDE console or on command line
([log], [info], [debug]).
Example (try it):
___________
click(500,500)
type("This typing is visible in log...")
Settings.ActionLogs = False
type("And this is not visible in log ...")
__________
--
You received this question notification because your team Sikuli Drivers
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