rescript-logger
rescript-logger copied to clipboard
BrowserLogger does not map to Console API functions (error(), warn(), debug(), ...)
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.