3 references to ConsoleFormatterConfigureOptions
Microsoft.Extensions.Logging.Console (3)
ConsoleLoggerExtensions.cs (3)
34
builder.AddConsoleFormatter<JsonConsoleFormatter, JsonConsoleFormatterOptions,
ConsoleFormatterConfigureOptions
>();
35
builder.AddConsoleFormatter<SystemdConsoleFormatter, ConsoleFormatterOptions,
ConsoleFormatterConfigureOptions
>();
36
builder.AddConsoleFormatter<SimpleConsoleFormatter, SimpleConsoleFormatterOptions,
ConsoleFormatterConfigureOptions
>();