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