DebugLoggerFactoryExtensions 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.
Extension methods for the ILoggerFactory class.
public ref class DebugLoggerFactoryExtensions abstract sealed
public static class DebugLoggerFactoryExtensions
type DebugLoggerFactoryExtensions = class
Public Module DebugLoggerFactoryExtensions
- Inheritance
-
DebugLoggerFactoryExtensions
Methods
| AddDebug(ILoggerFactory) |
Obsolete.
Adds a debug logger that is enabled for LogLevel.Information or higher. |
| AddDebug(ILoggerFactory, Func<String,LogLevel,Boolean>) |
Obsolete.
Adds a debug logger that is enabled as defined by the filter function. |
| AddDebug(ILoggerFactory, LogLevel) |
Obsolete.
Adds a debug logger that is enabled for LogLevels of minLevel or higher. |
| AddDebug(ILoggingBuilder) |
Adds a debug logger named 'Debug' to the factory. |