LighthouseGames / KmLogging

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

Verbose logs get triggered by other logging levels #18

Closed ghost closed 7 months ago

ghost commented 1 year ago

The verbose mask is 0x16 (10110 in binary), so it clashes with the other masks.

ellsworthrw commented 7 months ago

This will be fixed in 1.4.1