|
419 | 419 | <Parameter Name="builder" Type="Microsoft.Extensions.Logging.ILoggingBuilder" RefType="this" Index="0" FrameworkAlternate="dotnet-plat-ext-5.0" />
|
420 | 420 | </Parameters>
|
421 | 421 | <Docs>
|
422 |
| - <typeparam name="TFormatter">To be added.</typeparam> |
423 |
| - <typeparam name="TOptions">To be added.</typeparam> |
424 |
| - <param name="builder">To be added.</param> |
425 |
| - <summary>To be added.</summary> |
426 |
| - <returns>To be added.</returns> |
| 422 | + <typeparam name="TFormatter">The custom console logger formatter.</typeparam> |
| 423 | + <typeparam name="TOptions">The configuration options.</typeparam> |
| 424 | + <param name="builder">The current logging builder instance to use.</param> |
| 425 | + <summary>Adds a custom console logger formatter.</summary> |
| 426 | + <returns>The current logging builder instance so that additional calls can be chained.</returns> |
427 | 427 | <remarks>To be added.</remarks>
|
428 | 428 | </Docs>
|
429 | 429 | </Member>
|
|
459 | 459 | <Parameter Name="configure" Type="System.Action<TOptions>" Index="1" FrameworkAlternate="dotnet-plat-ext-5.0" />
|
460 | 460 | </Parameters>
|
461 | 461 | <Docs>
|
462 |
| - <typeparam name="TFormatter">To be added.</typeparam> |
463 |
| - <typeparam name="TOptions">To be added.</typeparam> |
464 |
| - <param name="builder">To be added.</param> |
465 |
| - <param name="configure">To be added.</param> |
466 |
| - <summary>To be added.</summary> |
467 |
| - <returns>To be added.</returns> |
| 462 | + <typeparam name="TFormatter">The custom console logger formatter.</typeparam> |
| 463 | + <typeparam name="TOptions">The configuration options.</typeparam> |
| 464 | + <param name="builder">The current logging builder instance to use.</param> |
| 465 | + <param name="configure">A delegate to configure <paramref name="TOptions" /> for the custom formatter <paramref name="TFormatter" />.</param> |
| 466 | + <summary>Adds a custom console logger formatter to be configured with the specified options.</summary> |
| 467 | + <returns>The current logging builder instance so that additional calls can be chained.</returns> |
468 | 468 | <remarks>To be added.</remarks>
|
469 | 469 | </Docs>
|
470 | 470 | </Member>
|
|
487 | 487 | <Parameter Name="builder" Type="Microsoft.Extensions.Logging.ILoggingBuilder" Index="0" FrameworkAlternate="dotnet-plat-ext-5.0" RefType="this" />
|
488 | 488 | </Parameters>
|
489 | 489 | <Docs>
|
490 |
| - <param name="builder">To be added.</param> |
491 |
| - <summary>To be added.</summary> |
492 |
| - <returns>To be added.</returns> |
| 490 | + <param name="builder">The current logging builder instance to use.</param> |
| 491 | + <summary>Adds a console log formatter named 'json' to the factory with default properties.</summary> |
| 492 | + <returns>The current logging builder instance so that additional calls can be chained.</returns> |
493 | 493 | <remarks>To be added.</remarks>
|
494 | 494 | </Docs>
|
495 | 495 | </Member>
|
|
513 | 513 | <Parameter Name="configure" Type="System.Action<Microsoft.Extensions.Logging.Console.JsonConsoleFormatterOptions>" Index="1" FrameworkAlternate="dotnet-plat-ext-5.0" />
|
514 | 514 | </Parameters>
|
515 | 515 | <Docs>
|
516 |
| - <param name="builder">To be added.</param> |
517 |
| - <param name="configure">To be added.</param> |
518 |
| - <summary>To be added.</summary> |
519 |
| - <returns>To be added.</returns> |
| 516 | + <param name="builder">The current logging builder instance to use.</param> |
| 517 | + <param name="configure">A delegate to configure the console logger options for the built-in json log formatter.</param> |
| 518 | + <summary>Adds a console log formatter named 'json' to the factory configured with the specified Json console formatter options.</summary> |
| 519 | + <returns>The current logging builder instance so that additional calls can be chained.</returns> |
520 | 520 | <remarks>To be added.</remarks>
|
521 | 521 | </Docs>
|
522 | 522 | </Member>
|
|
539 | 539 | <Parameter Name="builder" Type="Microsoft.Extensions.Logging.ILoggingBuilder" Index="0" FrameworkAlternate="dotnet-plat-ext-5.0" RefType="this" />
|
540 | 540 | </Parameters>
|
541 | 541 | <Docs>
|
542 |
| - <param name="builder">To be added.</param> |
543 |
| - <summary>To be added.</summary> |
544 |
| - <returns>To be added.</returns> |
| 542 | + <param name="builder">The current logging builder instance to use.</param> |
| 543 | + <summary>Adds the default console log formatter named 'simple' to the factory with default properties.</summary> |
| 544 | + <returns>The current logging builder instance so that additional calls can be chained.</returns> |
545 | 545 | <remarks>To be added.</remarks>
|
546 | 546 | </Docs>
|
547 | 547 | </Member>
|
|
565 | 565 | <Parameter Name="configure" Type="System.Action<Microsoft.Extensions.Logging.Console.SimpleConsoleFormatterOptions>" Index="1" FrameworkAlternate="dotnet-plat-ext-5.0" />
|
566 | 566 | </Parameters>
|
567 | 567 | <Docs>
|
568 |
| - <param name="builder">To be added.</param> |
569 |
| - <param name="configure">To be added.</param> |
570 |
| - <summary>To be added.</summary> |
571 |
| - <returns>To be added.</returns> |
| 568 | + <param name="builder">The current logging builder instance to use.</param> |
| 569 | + <param name="configure">A delegate to configure the console logger options for the built-in default log formatter.</param> |
| 570 | + <summary>Adds a console log formatter named 'simple' to the factory configured with the specified simple console formatter options.</summary> |
| 571 | + <returns>The current logging builder instance so that additional calls can be chained.</returns> |
572 | 572 | <remarks>To be added.</remarks>
|
573 | 573 | </Docs>
|
574 | 574 | </Member>
|
|
591 | 591 | <Parameter Name="builder" Type="Microsoft.Extensions.Logging.ILoggingBuilder" Index="0" FrameworkAlternate="dotnet-plat-ext-5.0" RefType="this" />
|
592 | 592 | </Parameters>
|
593 | 593 | <Docs>
|
594 |
| - <param name="builder">To be added.</param> |
595 |
| - <summary>To be added.</summary> |
596 |
| - <returns>To be added.</returns> |
| 594 | + <param name="builder">The current logging builder instance to use.</param> |
| 595 | + <summary>Adds a console log formatter named 'systemd' to the factory with default properties.</summary> |
| 596 | + <returns>The current logging builder instance so that additional calls can be chained.</returns> |
597 | 597 | <remarks>To be added.</remarks>
|
598 | 598 | </Docs>
|
599 | 599 | </Member>
|
|
617 | 617 | <Parameter Name="configure" Type="System.Action<Microsoft.Extensions.Logging.Console.ConsoleFormatterOptions>" Index="1" FrameworkAlternate="dotnet-plat-ext-5.0" />
|
618 | 618 | </Parameters>
|
619 | 619 | <Docs>
|
620 |
| - <param name="builder">To be added.</param> |
621 |
| - <param name="configure">To be added.</param> |
622 |
| - <summary>To be added.</summary> |
623 |
| - <returns>To be added.</returns> |
| 620 | + <param name="builder">The current logging builder instance to use.</param> |
| 621 | + <param name="configure">A delegate to configure the console logger options for the built-in systemd log formatter.</param> |
| 622 | + <summary>Adds a console log formatter named 'systemd' to the factory configured with the specified console formatter options.</summary> |
| 623 | + <returns>The current logging builder instance so that additional calls can be chained.</returns> |
624 | 624 | <remarks>To be added.</remarks>
|
625 | 625 | </Docs>
|
626 | 626 | </Member>
|
|
0 commit comments