Tp.Integration.Plugin.Common.Activity.PluginRollingFileAppender.GetFileName C# (CSharp) Method

GetFileName() private method

private GetFileName ( string accountName, string profileName, string fileName, IActivityLogPathProvider path ) : string
accountName string
profileName string
fileName string
path IActivityLogPathProvider
return string
		private string GetFileName(string accountName, string profileName, string fileName, IActivityLogPathProvider path)
		{
			return Folder.Combine(path.GetLogPathFor(accountName, profileName, fileName));
		}