ILogger.LogPath property
Gets the log path. Base path for log files.
public string LogPath { get; }
Property Value
The log path.
Remarks
This property gets the path where log files are written. The path can be set in the application’s configuration file.
See Also
- interface ILogger
- namespace Autodesk.DataExchange.Core.Interface