rescript-logger icon indicating copy to clipboard operation
rescript-logger copied to clipboard

BrowserLogger does not map to Console API functions (error(), warn(), debug(), ...)

Open ansiwen opened this issue 5 years ago • 0 comments

The Console API includes functions for logging on different severity levels, like error(), warn(), info() etc. Using these functions would allow filtering in the browser console.

ansiwen avatar Jul 15 '20 22:07 ansiwen