2 writes to Formatter
Microsoft.Extensions.Telemetry (2)
Logging\ExtendedLogger.cs (1)
252joiner.Formatter = formatter;
Logging\ExtendedLogger.ModernTagJoiner.cs (1)
42Formatter = null;
3 references to Formatter
Microsoft.Extensions.Telemetry (3)
Logging\ExtendedLogger.cs (3)
297Func<LoggerMessageState, Exception?, string> fmt = s.Formatter!; 322Func<LoggerMessageState, Exception?, string>? fmt = s.Formatter!; 343Func<LoggerMessageState, Exception?, string>? fmt = s.Formatter!;