Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send liblouis log output to the NVDA log #4554

Closed
nvaccessAuto opened this issue Oct 16, 2014 · 4 comments · Fixed by #9015
Closed

Send liblouis log output to the NVDA log #4554

nvaccessAuto opened this issue Oct 16, 2014 · 4 comments · Fixed by #9015

Comments

@nvaccessAuto
Copy link

Reported by jteh on 2014-10-16 23:18
liblouis logs information which could be useful in debugging problems. We should send liblouis log output to the NVDA log at level debugWarning (or perhaps debug if it's too much). This is now possible with the logging callback introduced in liblouis 2.6.0.

@LeonarddeR
Copy link
Collaborator

cc @jcsteh @dkager

@dkager
Copy link
Collaborator

dkager commented Jul 15, 2017

I have been meaning to add the necessary functions to the Python wrapper, but haven't done so yet.
One potential problem is that liblouis has its own log levels, which don't map to NVDA log levels. For example, I think most of what liblouis logs shouldn't be included in NVDA's default (info) level.

@jcsteh
Copy link
Contributor

jcsteh commented Jul 17, 2017 via email

@jcsteh jcsteh removed their assignment Sep 5, 2017
@LeonarddeR
Copy link
Collaborator

May be even add a separate option to the configuration system similar to HwIo debugging?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants