Table of Contents

Interface IHasLogLevel

Namespace
Volo.Abp.Logging
Assembly
Volo.Abp.Core.dll

Interface to define a LogLevel property (see LogLevel).

public interface IHasLogLevel
Extension Methods

Properties

LogLevel

Log severity.

LogLevel LogLevel { get; set; }

Property Value

LogLevel