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
The main plugin would define a provides here:
provides
https://github.com/QuantStack/jupyterlab-js-logs/blob/a53cc32f51062620908d99b8081f6d3f616fdb7a/src/index.ts#L40-L50
So the same logger instance could be reused by other plugins (for example to pipe logs from an IFrame).
The text was updated successfully, but these errors were encountered:
Maybe we can use the default log console is newer versions of JupyterLab now: jupyterlab/jupyterlab#8877 (comment)
Sorry, something went wrong.
No branches or pull requests
The main plugin would define a
provides
here:https://github.com/QuantStack/jupyterlab-js-logs/blob/a53cc32f51062620908d99b8081f6d3f616fdb7a/src/index.ts#L40-L50
So the same logger instance could be reused by other plugins (for example to pipe logs from an IFrame).
The text was updated successfully, but these errors were encountered: