Class LogLevelCountsReponseModel
Inheritance
System.Object
Namespace: Umbraco.Cms.Api.Management.ViewModels.LogViewer
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class LogLevelCountsReponseModel
Properties
View SourceDebug
Gets or sets the Debug level count.
Declaration
public int Debug { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Error
Gets or sets the Error level count.
Declaration
public int Error { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Fatal
Gets or sets the Fatal level count.
Declaration
public int Fatal { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Information
Gets or sets the Information level count.
Declaration
public int Information { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Warning
Gets or sets the Warning level count.
Declaration
public int Warning { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |