Method IdleLog
IdleLog(object?, LogItemKind)
Calls Log(object?, LogItemKind) method with obj parameter
when application becomes idle.
public static void IdleLog(object? obj, LogItemKind kind = LogItemKind.Information)
Parameters
objobjectMessage text or object to log.
kindLogItemKindMessage kind.
Remarks
This method is thread safe and can be called from non-ui threads.