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.Gsm
Assembly: ZylGsm (in ZylGsm.dll) Version: 1.2.0.21451
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public static string ExceptionLogFile { get; set; }

Property Value

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