sout

protected open fun sout(logger: Consumer<String>, format: String, objs: Array<Any>)

Log to Logcat using smart formatting with the current subsystem name.

Parameters

logger

the underlying function to log the message, such as Dbg methods.

format

the message (format string) to log

objs

the objects to format into the message using format