@@ -9,14 +9,14 @@ namespace Microsoft.Extensions.Logging
99{
1010 public static partial class ConsoleLoggerExtensions
1111 {
12- public static Microsoft . Extensions . Logging . ILoggingBuilder AddCompactConsoleLogFormatter ( this Microsoft . Extensions . Logging . ILoggingBuilder builder , System . Action < Microsoft . Extensions . Logging . Console . CompactLogFormatterOptions > configure ) { throw null ; }
12+ public static Microsoft . Extensions . Logging . ILoggingBuilder AddCompactFormatter ( this Microsoft . Extensions . Logging . ILoggingBuilder builder , System . Action < Microsoft . Extensions . Logging . Console . CompactLogFormatterOptions > configure ) { throw null ; }
1313 public static Microsoft . Extensions . Logging . ILoggingBuilder AddConsole ( this Microsoft . Extensions . Logging . ILoggingBuilder builder ) { throw null ; }
1414 public static Microsoft . Extensions . Logging . ILoggingBuilder AddConsole ( this Microsoft . Extensions . Logging . ILoggingBuilder builder , System . Action < Microsoft . Extensions . Logging . Console . ConsoleLoggerOptions > configure ) { throw null ; }
1515 public static Microsoft . Extensions . Logging . ILoggingBuilder AddConsoleLogFormatter < TFormatter , TOptions > ( this Microsoft . Extensions . Logging . ILoggingBuilder builder ) where TFormatter : class , Microsoft . Extensions . Logging . Console . IConsoleLogFormatter where TOptions : class { throw null ; }
1616 public static Microsoft . Extensions . Logging . ILoggingBuilder AddConsoleLogFormatter < TFormatter , TOptions > ( this Microsoft . Extensions . Logging . ILoggingBuilder builder , System . Action < TOptions > configure ) where TFormatter : class , Microsoft . Extensions . Logging . Console . IConsoleLogFormatter where TOptions : class { throw null ; }
17- public static Microsoft . Extensions . Logging . ILoggingBuilder AddDefaultConsoleLogFormatter ( this Microsoft . Extensions . Logging . ILoggingBuilder builder , System . Action < Microsoft . Extensions . Logging . Console . DefaultConsoleLogFormatterOptions > configure ) { throw null ; }
18- public static Microsoft . Extensions . Logging . ILoggingBuilder AddJsonConsoleLogFormatter ( this Microsoft . Extensions . Logging . ILoggingBuilder builder , System . Action < Microsoft . Extensions . Logging . Console . JsonConsoleLogFormatterOptions > configure ) { throw null ; }
19- public static Microsoft . Extensions . Logging . ILoggingBuilder AddSystemdConsoleLogFormatter ( this Microsoft . Extensions . Logging . ILoggingBuilder builder , System . Action < Microsoft . Extensions . Logging . Console . SystemdConsoleLogFormatterOptions > configure ) { throw null ; }
17+ public static Microsoft . Extensions . Logging . ILoggingBuilder AddDefaultFormatter ( this Microsoft . Extensions . Logging . ILoggingBuilder builder , System . Action < Microsoft . Extensions . Logging . Console . DefaultConsoleLogFormatterOptions > configure ) { throw null ; }
18+ public static Microsoft . Extensions . Logging . ILoggingBuilder AddJsonFormatter ( this Microsoft . Extensions . Logging . ILoggingBuilder builder , System . Action < Microsoft . Extensions . Logging . Console . JsonConsoleLogFormatterOptions > configure ) { throw null ; }
19+ public static Microsoft . Extensions . Logging . ILoggingBuilder AddSystemdFormatter ( this Microsoft . Extensions . Logging . ILoggingBuilder builder , System . Action < Microsoft . Extensions . Logging . Console . SystemdConsoleLogFormatterOptions > configure ) { throw null ; }
2020 }
2121}
2222namespace Microsoft . Extensions . Logging . Console
0 commit comments