Microsoft.Extensions.Logging.Debug
A logger that writes messages in the debug output window only when a debugger is attached.
Initializes a new instance of the class.
The name of the logger.
The provider for the .
Extension methods for the class.
Adds a debug logger that is enabled for .Information or higher.
The extension method argument.
The minimum to be logged. This parameter is no longer honored and will be ignored.
Adds a debug logger that is enabled as defined by the filter function.
The extension method argument.
The function used to filter events based on the log level. This parameter is no longer honored and is ignored.
Adds a debug logger that is enabled for log levels of minLevel or higher.
The extension method argument.
Adds a debug logger named 'Debug' to the factory.
The extension method argument.
Scope provider that does nothing.
Returns a cached instance of .
An empty scope without any logic