Microsoft.DocAsCode.Common.LoggerFileScope.SetFileName C# (CSharp) Method

SetFileName() private static method

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