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
- nameobject
- Name. 
- valueobject
- Value. 
- kindLogItemKind?
- Item kind. 
- hintstring
- Hint string. Optional. If present, it is shown in () after the value.