The directory that temporary log files should be written to.
            If the value is not specified, listener attempts to use the application's current
            directory, then the Windows temporary directory. If none of these are accessible,
            the listener will be disabled and an error message will be written to the error log.
            
            Default value is null.
            
            Config key: LogFilesDir
            
 Declaration Syntax
 Declaration Syntax| C# | 
public string LogFilesDirectory { get; set; }