Class HasLogLevelExtensions
Inheritance
System.Object
HasLogLevelExtensions
Assembly: Volo.Abp.Core.dll
Syntax
public static class HasLogLevelExtensions : object
Methods
WithLogLevel<TException>(TException, LogLevel)
Declaration
public static TException WithLogLevel<TException>(this TException exception, LogLevel logLevel)
where TException : IHasLogLevel
Parameters
| Type |
Name |
Description |
| TException |
exception |
|
| LogLevel |
logLevel |
|
Returns
| Type |
Description |
| TException |
|
Type Parameters
| Name |
Description |
| TException |
|