1 write to Formatter
Microsoft.Extensions.Logging.Abstractions (1)
LogEntry.cs (1)
29Formatter = formatter;
7 references to Formatter
Microsoft.Arcade.Common (2)
CompactConsoleLoggerFormatter.cs (2)
52if (logEntry.Formatter == null) 57var message = logEntry.Formatter(logEntry.State, logEntry.Exception);
Microsoft.AspNetCore.Diagnostics.Middleware (1)
Buffering\IncomingRequestLogBuffer.cs (1)
79logEntry.Formatter(logEntry.State, logEntry.Exception));
Microsoft.Extensions.Logging.Console (3)
JsonConsoleFormatter.cs (1)
39string message = logEntry.Formatter(logEntry.State, logEntry.Exception);
SimpleConsoleFormatter.cs (1)
56string message = logEntry.Formatter(logEntry.State, logEntry.Exception);
SystemdConsoleFormatter.cs (1)
46string message = logEntry.Formatter(logEntry.State, logEntry.Exception);
Microsoft.Extensions.Telemetry (1)
Buffering\GlobalBuffer.cs (1)
99logEntry.Formatter(logEntry.State, logEntry.Exception));