Table of Contents

Method LogErrorIfDebug

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

LogErrorIfDebug(object?)

Logs error message if DEBUG is defined.

[Conditional("DEBUG")]
public static void LogErrorIfDebug(object? obj)

Parameters

obj object

Message text or object to log.