logv

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

Log a verbose message. Used from always-messages that can be omitted, such as the firing notifications of methods

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 logv(obj: Class<*>, format: Any, vararg args: Any?)

Log a verbose message. Used from always-messages that can be omitted, such as the firing notifications of methods

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 logv(format: Any, vararg args: Any?)

Log a verbose message. Used from always-messages that can be omitted, such as the firing notifications of methods

Parameters

format

An object string to add to telemetry

args

The objects to format into the object format string