tslog icon indicating copy to clipboard operation
tslog copied to clipboard

Feature Request: Respect log level when writing to console

Open cnitschkowski-atos opened this issue 3 months ago • 0 comments

Description When no custom log transport is set, the default implementation logs to console.log. It would make much more sense to use the log object's LogLevel to either route it to console.log, console.debug, console.error or console.warn. This way, when run in a browser, the log messages could be filtered by the browsers log viewer.

cnitschkowski-atos avatar Oct 09 '25 08:10 cnitschkowski-atos