LoggerExceptionLogFile Property

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

Namespace:  ZylSoft.Gps.Mobile
Assembly:  ZylGpsReceiverMobile (in ZylGpsReceiverMobile.dll) Version: 3.14.6846.29005
Syntax

public static string ExceptionLogFile { get; set; }

Property Value

Type: String
Examples

Logger.ExceptionLogFile = Application.LocalUserAppDataPath + "\\zylgpsnetlog.log";
See Also

Reference