Any reason why debug/trace levels map to console.log? This makes debug/trace logging pointless for js environments.
The only reason I can see is kotlin js doesn't expose that method in its console wrapper, but there is no real need to use it.
Happy to contribute!
Any reason why debug/trace levels map to
console.log? This makes debug/trace logging pointless for js environments.The only reason I can see is kotlin js doesn't expose that method in its console wrapper, but there is no real need to use it.
Happy to contribute!