MultipazProject
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
MultipazProject
multipaz
/
org.multipaz.util
/
Logger
/
LogPrinter
/
print
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
.