glimpse-core
/
graphics.glimpse.logging
/
GlimpseLogger
/
info
common
info
abstract fun
info
(message:
String
)
Content copied to clipboard
Logs a given
message
at a info level.
abstract fun
info
(message:
String
, exception:
Throwable
)
Content copied to clipboard
Logs a given
message
with a given
exception
at a info level.