print

abstract fun print(level: Logger.LogPrinter.Level, tag: String, msg: String, throwable: Throwable?)

Print the given log msg, with the level, tag, and an optional throwable.