LighthouseGames / KmLogging

Kotlin multiplatform logging. High performance, composable and simple to use.
Apache License 2.0
84 stars 13 forks source link

Logs at debug level don't get classified as debug in firefox #15

Closed MinmoTech closed 7 months ago

MinmoTech commented 1 year ago

image

On Firefox, logs on the debug level only get hidden when you hide the "logs" category instead of the "debug" category.

I assume the cause is that the "debug" category seems to not exist on chromium

ellsworthrw commented 7 months ago

Kotlin does not yet have a method to expose log levels more verbose than Info.