4 references to AddConsoleFormatter
Microsoft.Extensions.Logging.Console (4)
ConsoleLoggerExtensions.cs (4)
34
builder.
AddConsoleFormatter
<JsonConsoleFormatter, JsonConsoleFormatterOptions, ConsoleFormatterConfigureOptions>();
35
builder.
AddConsoleFormatter
<SystemdConsoleFormatter, ConsoleFormatterOptions, ConsoleFormatterConfigureOptions>();
36
builder.
AddConsoleFormatter
<SimpleConsoleFormatter, SimpleConsoleFormatterOptions, ConsoleFormatterConfigureOptions>();
136
return
AddConsoleFormatter
<TFormatter, TOptions, ConsoleLoggerFormatterConfigureOptions<TFormatter, TOptions>>(builder);