Table of Contents

Method DebugIdleLog

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

DebugIdleLog(object?, LogItemKind)

Calls Log(object?, LogItemKind) method with obj parameter when application becomes idle. This method works only if DEBUG conditional is defined.

[Conditional("DEBUG")]
public static void DebugIdleLog(object? obj, LogItemKind kind = LogItemKind.Information)

Parameters

obj object

Message text or object to log.

kind LogItemKind

Message kind.

Remarks

This method is thread safe and can be called from non-ui threads.