Table of Contents

Method LogAction

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

LogAction(string, Action, LogItemKind)

Logs an action with a specified message and associates it with a log item.

public static void LogAction(string s, Action action, LogItemKind kind = LogItemKind.Information)

Parameters

s string

The message to log.

action Action

The action to associate with the log item.

kind LogItemKind

The kind of log item. Default is Information.