2 writes to Formatter
Microsoft.Extensions.Telemetry (2)
Logging\ExtendedLogger.cs (1)
375joiner.Formatter = formatter;
Logging\ExtendedLogger.LegacyTagJoiner.cs (1)
39Formatter = null;
3 references to Formatter
Microsoft.Extensions.Telemetry (3)
Logging\ExtendedLogger.cs (3)
437var fmt = (Func<TState, Exception?, string>)s.Formatter!; 462var fmt = (Func<TState, Exception?, string>)s.Formatter!; 483var fmt = (Func<TState, Exception?, string>)s.Formatter!;