Table of Contents

Method LogException

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

LogException(Exception, LogItemKind, bool)

Logs Exception information.

public static void LogException(Exception e, LogItemKind kind = LogItemKind.Error, bool allowReplace = false)

Parameters

e Exception

Exception to log.

kind LogItemKind

Message kind. Optional. Default is Error.

allowReplace bool

Whether to allow replace last log item if last item has the same text.