//leakcanary-repo/shark/SharkLog/Logger
Logger¶
interface Logger
See also¶
SharkLog |
Functions¶
Name | Summary |
---|---|
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. |