Table of Contents

Method DebugLogError

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

DebugLogError(object?)

Logs error message.

[Conditional("DEBUG")]
public static void DebugLogError(object? msg)

Parameters

msg object

Remarks

Works only if DEBUG conditional is defined.