log Debug

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

Method to log debug with throwable

Return

can be viewed at LogCat

Parameters

t

Throwable

message

Message to be displayed


inline fun logDebug(t: Throwable?)

Method to log debug with throwable

Return

can be viewed at LogCat

Parameters

t

Throwable

Sources

Link copied to clipboard
Link copied to clipboard