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
Description
The
logger.logcould ignore the key Exception messages, it's very bad for developers, for example:When the Extension load fails, the
loggercan'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