StreamPack
Toggle table of contents
3.1.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
StreamPack
streampack-core
/
io.github.thibaultbee.streampack.core.logger
/
ILogger
/
i
i
abstract
fun
i
(
tag
:
String
,
message
:
String
,
tr
:
Throwable
?
=
null
)
(
source
)
Logs an info.
Parameters
tag
calling object
message
the message to log
tr
exception to log (may be null).