CmisSync.Lib.Config.GetLogFilePath C# (CSharp) Метод

GetLogFilePath() публичный Метод

Get the configured path to the log file.
public GetLogFilePath ( ) : string
Результат string
        public string GetLogFilePath()
        {
            return Path.Combine(ConfigPath, "debug_log.txt");
        }