Table of Contents

Method LogExceptionToFile

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

LogExceptionToFile(Exception, string?)

Logs Exception information to file.

public static void LogExceptionToFile(Exception e, string? filename = null)

Parameters

e Exception

Exception to log.

filename string

Log file path. LogFilePath is used when this parameter is null.