Table of Contents

Method LogToExternalIfAllowed

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

LogToExternalIfAllowed(string?, LogItemKind)

Logs message to file, debug output and console if it is allowed.

public static string[] LogToExternalIfAllowed(string? msg, LogItemKind kind)

Parameters

msg string

Message to log.

kind LogItemKind

Message kind.

Returns

string[]