Class HasLogLevelExtensions
public static class HasLogLevelExtensions
- Inheritance
-
HasLogLevelExtensions
- Inherited Members
Methods
WithLogLevel<TException>(TException, LogLevel)
public static TException WithLogLevel<TException>(this TException exception, LogLevel logLevel) where TException : IHasLogLevel
Parameters
exception
TExceptionlogLevel
LogLevel
Returns
- TException
Type Parameters
TException