Table of Contents

Method DebugLogReplace

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

DebugLogReplace(object?, string?)

Calls LogMessage event to add or replace log message.

[Conditional("DEBUG")]
public static void DebugLogReplace(object? obj, string? prefix = null)

Parameters

obj object

Message text.

prefix string

Message text prefix.

Remarks

If last logged message contains prefix, last log item is replaced with obj instead of adding new log item.