2 writes to Formatter
Microsoft.Extensions.Telemetry (2)
Logging\ExtendedLogger.cs (1)
369joiner.Formatter = formatter;
Logging\ExtendedLogger.LegacyTagJoiner.cs (1)
38Formatter = null;
3 references to Formatter
Microsoft.Extensions.Telemetry (3)
Logging\ExtendedLogger.cs (3)
431var fmt = (Func<TState, Exception?, string>)s.Formatter!; 456var fmt = (Func<TState, Exception?, string>)s.Formatter!; 477var fmt = (Func<TState, Exception?, string>)s.Formatter!;