sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #29373
[Question #258023]: setLogger not working
New question #258023 on Sikuli:
https://answers.launchpad.net/sikuli/+question/258023
I think there is a copy/paste error in the code (see Debug.java)
public static boolean setLoggerAction(String mAction) {
if (mAction == null || mAction.isEmpty()) {
privateLoggerInfoName = ""; // <==== Should be privateLoggerActionName
return true;
}
return doSetLoggerCallback(mAction, CallbackType.ACTION);
}
Similar mistake in other setLoggers.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.