Table of Contents

Method LogProp

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

LogProp(object?, string, string?, LogItemKind)

Writes to log property value of the specified object.

public static void LogProp(object? obj, string propName, string? prefix = null, LogItemKind kind = LogItemKind.Information)

Parameters

obj object

Object instance.

propName string

Property name.

prefix string

Object name.

kind LogItemKind

Log item kind.