ILogger.RequestLogPath property
Gets the request log path. Base path for request log files. It will be initialized on user’s demand.
public string RequestLogPath { get; }
Property Value
The request log path.
Remarks
This property gets the path where request log files are written. The path can be set in the application’s configuration file, or it can be set by the user. The path must be a valid directory.
See Also
- interface ILogger
- namespace Autodesk.DataExchange.Core.Interface