6 references to ServerName
Microsoft.AspNetCore.HttpLogging (6)
W3CLoggerOptions.cs (1)
122
W3CLoggingFields.
ServerName
| W3CLoggingFields.Method | W3CLoggingFields.UriStem | W3CLoggingFields.UriQuery |
W3CLoggerProcessor.cs (1)
55
if (_loggingFields.HasFlag(W3CLoggingFields.
ServerName
))
W3CLoggingFields.cs (2)
152
/// <see cref="
ServerName
"/>, <see cref="ServerIpAddress"/>, <see cref="ServerPort"/>,
158
All = Date | Time |
ServerName
| Method | UriStem | UriQuery | ProtocolStatus |
W3CLoggingMiddleware.cs (2)
29
internal static readonly int _serverNameIndex = BitOperations.Log2((int)W3CLoggingFields.
ServerName
);
92
if (options.LoggingFields.HasFlag(W3CLoggingFields.
ServerName
))