underwave / com.aallam.underwave.log / Logger / Default / log
log
(android) fun log(priority:
Int
, tag:
String
, message:
String
):
Unit
Pass the log details off to the Logger implementation.
Parameters
priority
- the priority/type of this log message
tag
- used to identify the source of a log message.
message
- the message to be logged.