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");
        }