log Verbose

inline fun logVerbose(t: Throwable? = null, message: () -> String)

Method to log verbose with throwable

Return

can be viewed at LogCat

Parameters

t

Throwable

message

Message to be displayed


inline fun logVerbose(t: Throwable?)

Method to log verbose with throwable

Return

can be viewed at LogCat

Parameters

t

Throwable

Sources

Link copied to clipboard
Link copied to clipboard