Show / Hide Table of Contents

Class HasLogLevelExtensions

Inheritance
System.Object
HasLogLevelExtensions
Namespace: Volo.Abp.Logging
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
Back to top Powered by Volosoft