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.
Initializes a new instance of the class.
The name of the logger.
The function used to filter events based on the log level.
The provider for the .
Initializes a new instance of the class.
The function used to filter events based on the log level.
Extension methods for the class.
Adds a debug logger named 'Debug' to the factory.
The extension method argument.
Adds a debug logger that is enabled for .Information or higher.
The extension method argument.
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.
Adds a debug logger that is enabled for s of minLevel or higher.
The extension method argument.
The minimum to be logged