Closed ysfscream closed 3 years ago
Implement a log information system that can record connection information, subscription information, errors, and warnings.
solution?
log item example?
normal:
${time} ${LogLevel}-${Event-name}: ${detail}
error/warning/undefined behavior
${time} ${LogLevel}-${Event-name}: ${detail} ${error/warning/undefined behavior content}
Where I should record to log?
ref document: https://www.jianshu.com/p/a6c643a87ef9
You can also refer to this package.
Just a simple logging module for your Electron application.
https://www.npmjs.com/package/electron-log
solution:
Finished on https://github.com/emqx/MQTTX/releases/tag/v1.5.0
PRD draft
Implement a log information system that can record connection information, subscription information, errors, and warnings.
solution?
log item example?
normal:
error/warning/undefined behavior
Where I should record to log?
ref document: https://www.jianshu.com/p/a6c643a87ef9