//shark-log/shark/SharkLog/Logger

Logger

[jvm]
interface Logger

See also

jvm

shark.SharkLog

Functions

NameSummary
d[jvm]
abstract fun d(message: String)
Logs a debug message formatted with the passed in arguments.
[jvm]
abstract fun d(throwable: Throwable, message: String)
Logs a Throwable and debug message formatted with the passed in arguments.