Table of Contents

Class HasLogLevelExtensions

Namespace
Volo.Abp.Logging
Assembly
Volo.Abp.Core.dll
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 TException
logLevel LogLevel

Returns

TException

Type Parameters

TException