Table of Contents

Method DebugLogVersion

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

DebugLogVersion(bool)

Logs environment versions.

[Conditional("DEBUG")]
public static void DebugLogVersion(bool showAnyway = false)

Parameters

showAnyway bool

Remarks

Same as LogVersion(bool), but works only if DEBUG conditional is defined.