Table of Contents

Method LogNameValueToFile

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

LogNameValueToFile(object, object?, string?)

Logs to file pair of name and value as "{name} = {value}".

public static void LogNameValueToFile(object name, object? value, string? filename = null)

Parameters

name object

Name.

value object

Value.

filename string

Log file path. LogFilePath is used when this parameter is null.