1 write to Formatter
Microsoft.Extensions.Logging.Abstractions (1)
LogEntry.cs (1)
29
Formatter
= formatter;
5 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.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);