DebugAiutaLogger

Debug implementation of AiutaLogger that uses platform-specific native logging. This logger is primarily used for development and debugging purposes.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun log(priority: AiutaLogger.Level, tag: String?, throwable: Throwable?, message: String)

Write message and/or throwable to a logging destination.