Class LogLevelCounts
Inheritance
object
Namespace: Umbraco.Cms.Core.Logging.Viewer
Assembly: Umbraco.Core.dll
Syntax
public class LogLevelCounts
Properties
View SourceDebug
Declaration
public int Debug { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Error
Declaration
public int Error { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Fatal
Declaration
public int Fatal { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Information
Declaration
public int Information { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Warning
Declaration
public int Warning { get; set; }
Property Value
| Type | Description |
|---|---|
| int |