AAkira / Napier

Logging library for Kotlin Multiplatform
Apache License 2.0
820 stars 36 forks source link

Separate the LogLevel from nested in the Napier.Level #53

Closed AAkira closed 4 years ago

AAkira commented 4 years ago

Breaking changes 🚧

43

Napier.Level => LogLevel

e.g.

Napier.Level.VERBOSE => LogLevel.VERBOSE

You can try this version as 1.5.0-alpha1

AAkira commented 4 years ago

close #43