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 logger.log could ignore the key Exception messages, it's very bad for developers, for example:
logger.log
When the Extension load fails, the logger can't display any useful messages, there needs the developer to debug it manually.
logger
Optimize the logger, and print all Exception messages thrown from code.
Resolved #729
The text was updated successfully, but these errors were encountered:
wewoor
Successfully merging a pull request may close this issue.
Description
The
logger.log
could ignore the key Exception messages, it's very bad for developers, for example:When the Extension load fails, the
logger
can't display any useful messages, there needs the developer to debug it manually.Solution
Optimize the logger, and print all Exception messages thrown from code.
Resolved #729
The text was updated successfully, but these errors were encountered: