logd

fun logd(stck: StackTraceElement, format: Any, vararg args: Any?)

Log an internal debug message. Best used from critical classes to log internal state

Parameters

stck

StackTraceElement with information about where this log was called (see Text.getCallingUserCodeFunction())

format

An object string to add to telemetry

args

The objects to format into the object format string


fun logd(obj: Class<*>, format: Any, vararg args: Any?)

Log an internal debug message. Best used from critical classes to log internal state

Parameters

obj

Class where this log was called (name will be prepended to message)

format

An object string to add to telemetry

args

The objects to format into the object format string


fun logd(format: Any, vararg args: Any?)

Log an internal debug message. Best used from critical classes to log internal state

Parameters

format

An object string to add to telemetry

args

The objects to format into the object format string