Table of Contents

Method LogPropLimitLength

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

LogPropLimitLength(object?, string, string?)

Writes to log property value of the specified object.

public static void LogPropLimitLength(object? obj, string propName, string? prefix = null)

Parameters

obj object

Object instance.

propName string

Property name.

prefix string

Object name.

Remarks

Uses LogPropMaxLength to limit max length of the property value.