logd
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
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
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