//shark-log/shark/SharkLog

SharkLog

[jvm]
object SharkLog

Central Logger for all Shark artifacts. Set logger to change where these logs go.

Types

NameSummary
Logger[jvm]
interface Logger

Functions

NameSummary
d[jvm]
inline fun d(message: () -> String)
inline fun d(throwable: Throwable, message: () -> String)

Properties

NameSummary
logger[jvm]
@Volatile
var logger: SharkLog.Logger? = null