StreamPack
Toggle table of contents
3.0.0-RC
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
StreamPack
streampack-core
/
io.github.thibaultbee.streampack.core.logger
/
ILogger
/
w
w
abstract
fun
w
(
tag
:
String
,
message
:
String
,
tr
:
Throwable
?
=
null
)
Logs a warning.
Parameters
tag
calling object
message
the message to log
tr
exception to log (may be null).