Table of Contents

Method DebugLog

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

DebugLog(object?)

Calls LogMessage event.

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

Parameters

msg object

Remarks

Works only if DEBUG conditional is defined.