3.25.0
2023-06-11
Features
- Add
this.info
andthis.debug
plugin context logging functions (#5026) - Add
onLog
option to read, map and filter logs (#5026) - Add
logLevel
option to fully suppress logs by level (#5026) - Support function logs in
this.warn
,this.info
andthis.debug
to avoid heavy computations based on log level (#5026) - Add
onLog
plugin hook to read, filter and map logs from plugins (#5026)
Pull Requests
- #5026: Add Logging API (@lukastaegert)