Method DebugLogReplace
DebugLogReplace(object?, string?)
Calls LogMessage event to add or replace log message.
[Conditional("DEBUG")]
public static void DebugLogReplace(object? obj, string? prefix = null)
Parameters
Remarks
If last logged message
contains prefix
, last log item is replaced with
obj
instead of adding new log item.