LoggerExceptionLogFile Property |
Full path of the exception log file.
Set the exception log file to configure exception logging.
Namespace: ZylSoft.GsmAssembly: ZylGsm (in ZylGsm.dll) Version: 1.2.0.21451
XMLNS for XAML: Not mapped to an xmlns.
Syntaxpublic static string ExceptionLogFile { get; set; }Public Shared Property ExceptionLogFile As String
Get
Set
Dim value As String
value = Logger.ExceptionLogFile
Logger.ExceptionLogFile = value
public:
static property String^ ExceptionLogFile {
String^ get ();
void set (String^ value);
}static member ExceptionLogFile : string with get, set
Property Value
String
ExampleLogger.ExceptionLogFile = Application.LocalUserAppDataPath + "\\zylgsmnetlog.log";
See Also