Below is the website logging entry from applicationHost.config:<logFile logExtFileFlags="Date, Time, ClientIP, UserName, ComputerName, ServerIP" directory="C:\Logs\TestWebsite" enabled="true" /> {SiteConfiguration}.ChildElements("logFile").Attributes("logExtFileFlags").Value = 111 How do I get the log column names (Date, Time, Etc) from the value (111)?
↧
applicationHost.config. logExtFileFlags. convert value to column names
↧