Table of Contents

Method LogFileName

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

LogFileName(string, string, LogItemKind)

Logs the specified file name (or a folder) with a prefix. When log item is double clicked, application opens a preview window for the file.

public static void LogFileName(string prefix, string fileName, LogItemKind kind = LogItemKind.Information)

Parameters

prefix string

The prefix to include in the log message.

fileName string

The path to the file or folder to log and preview.

kind LogItemKind

The kind of log item. Default is Information.