Tp.Integration.Plugin.Common.Activity.PluginRollingFileAppender.GetFileName C# (CSharp) 메소드

GetFileName() 개인적인 메소드

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