We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now you run term._core.debug = true (and term.setOption('debug', true)), we should probably just make this public API
term._core.debug = true
term.setOption('debug', true)
https://github.com/xtermjs/xterm.js/wiki/Contributing#enabling-debug-mode
It might also be good to changing it to "logging level" instead of "debug mode".
The text was updated successfully, but these errors were encountered:
Introduce logLevel option
94199ae
Part of xtermjs#1560
Use log service everywhere, fix log printing
2977a53
Fixes xtermjs#1560
Doc update part moved to #2305
Sorry, something went wrong.
Tyriar
Successfully merging a pull request may close this issue.
Right now you run
term._core.debug = true
(andterm.setOption('debug', true)
), we should probably just make this public APIhttps://github.com/xtermjs/xterm.js/wiki/Contributing#enabling-debug-mode
It might also be good to changing it to "logging level" instead of "debug mode".
The text was updated successfully, but these errors were encountered: