Method LogException
LogException(Exception, LogItemKind, bool)
Logs Exception information.
public static void LogException(Exception e, LogItemKind kind = LogItemKind.Error, bool allowReplace = false)
Parameters
eExceptionException to log.
kindLogItemKindMessage kind. Optional. Default is Error.
allowReplaceboolWhether to allow replace last log item if last item has the same text.