Method LogNameValue
LogNameValue(object, object?, LogItemKind?, string?)
Logs name, value and hint as "{name} = {value} ({hint})".
public static void LogNameValue(object name, object? value, LogItemKind? kind = null, string? hint = null)
Parameters
name
objectName.
value
objectValue.
kind
LogItemKind?Item kind.
hint
stringHint string. Optinal. If present, it is shown in () after the value.