1 write to Formatter
Microsoft.Extensions.Logging.Abstractions (1)
LogEntry.cs (1)
29Formatter = formatter;
5 references to Formatter
Microsoft.Arcade.Common (2)
CompactConsoleLoggerFormatter.cs (2)
52if (logEntry.Formatter == null) 57var message = logEntry.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);