GlobalBufferLoggingBuilderExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lets you register log buffering in a dependency injection container.
public ref class GlobalBufferLoggingBuilderExtensions abstract sealed
[System.Diagnostics.CodeAnalysis.Experimental("EXTEXP0003", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")]
public static class GlobalBufferLoggingBuilderExtensions
[<System.Diagnostics.CodeAnalysis.Experimental("EXTEXP0003", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")>]
type GlobalBufferLoggingBuilderExtensions = class
Public Module GlobalBufferLoggingBuilderExtensions
- Inheritance
-
GlobalBufferLoggingBuilderExtensions
- Attributes
Methods
AddGlobalBuffer(ILoggingBuilder, Action<GlobalLogBufferingOptions>) |
Adds global log buffering to the logging infrastructure. |
AddGlobalBuffer(ILoggingBuilder, IConfiguration) |
Adds global log buffering to the logging infrastructure. |
AddGlobalBuffer(ILoggingBuilder, Nullable<LogLevel>) |
Adds global log buffering to the logging infrastructure. |