Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

DebugLoggerProvider Class

Definition

Namespace:
Microsoft.Extensions.Logging.Debug
Assembly:
Microsoft.Extensions.Logging.Debug.dll
Package:
Microsoft.Extensions.Logging.Debug v11.0.0-preview.5.26302.115
Source:
DebugLoggerProvider.cs
Source:
DebugLoggerProvider.cs
Source:
DebugLoggerProvider.cs
Source:
DebugLoggerProvider.cs

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.

The provider for the Microsoft.Extensions.Logging.Debug.DebugLogger.

public ref class DebugLoggerProvider : IDisposable, Microsoft::Extensions::Logging::ILoggerProvider
[Microsoft.Extensions.Logging.ProviderAlias("Debug")]
public class DebugLoggerProvider : IDisposable, Microsoft.Extensions.Logging.ILoggerProvider
[<Microsoft.Extensions.Logging.ProviderAlias("Debug")>]
type DebugLoggerProvider = class
 interface ILoggerProvider
 interface IDisposable
Public Class DebugLoggerProvider
Implements IDisposable, ILoggerProvider
Inheritance
DebugLoggerProvider
Attributes
Implements

Constructors

Name Description
DebugLoggerProvider()

Methods

Name Description
CreateLogger(String)

Creates a new ILogger instance.

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Applies to


Feedback

Was this page helpful?