hwsecurity / de.cotech.hw.util / HwTimber / Tree / log /
log
open fun log(priority: Int, message: String, args: Array< Any>)
Log at {@code priority} a message with optional format args.
open fun log(priority: Int, t: Throwable, message: String, args: Array< Any>)
Log at {@code priority} an exception and a message with optional format args.
open fun log(priority: Int, t: Throwable)
Log at {@code priority} an exception.