Click or drag to resize

LoggerExceptionLogFile Property

Full path of the exception log file. Set the exception log file to configure exception logging.

Namespace: ZylSoft.Serial
Assembly: ZylSerialPort (in ZylSerialPort.dll) Version: 1.83.8519.34486
Syntax
public static string ExceptionLogFile { get; set; }

Property Value

String
Example
Logger.ExceptionLogFile = Application.LocalUserAppDataPath + "\\zylserialnetlog.log";
See Also