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