Microsoft.DocAsCode.Common.LoggerFileScope.SetFileName C# (CSharp) 메소드

SetFileName() 개인적인 정적인 메소드

private static SetFileName ( string fileName ) : void
fileName string
리턴 void
        private static void SetFileName(string fileName)
        {
            CallContext.LogicalSetData(nameof(LoggerFileScope), fileName);
        }