SVG to Compose Documentation
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
SVG to Compose Documentation
svg-to-compose
/
dev.tonholo.s2c.logger
/
Logger
/
warn
warn
abstract
fun
warn
(
message
:
String
,
throwable
:
Throwable
?
=
null
)
(
source
)
Logs a warning message.
Parameters
message
The message to log.
throwable
An optional throwable associated with the warning.