i

inline fun i(throwable: Throwable? = null, crossinline message: () -> String)

Logs an informational message with tag edu.stanford.spezi.logger using LoggingStrategy.TIMBER.

Parameters

throwable

Optional throwable associated with the message.

message

A function providing the message to be logged.