log Error

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

Method to log error with throwable

Return

can be viewed at LogCat

Parameters

t

Throwable

message

Message to be displayed


inline fun logError(t: Throwable?)

Method to log error with throwable

Return

can be viewed at LogCat

Parameters

t

Throwable

Sources

Link copied to clipboard
Link copied to clipboard