[`os_log`](https://developer.apple.com/documentation/os/os_log) seems to be a [recommended logger](https://stevenpcurtis.medium.com/logging-in-swift-d9b59146ff00) and supports severity levels. Unfortunately, [it is a Swift API, so isn't currently supported in Kotlin multiplatform](https://stackoverflow.com/a/66706089). When Kotlin multiplatform supports Swift, we should consider using `os_log` under-the-hood.