View Source
Class LogLevelCounts
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class LogLevelCounts
Properties
View Source
Debug
Declaration
public int Debug { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
Error
Declaration
public int Error { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
Fatal
Declaration
public int Fatal { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
Declaration
public int Information { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
Warning
Declaration
public int Warning { get; set; }
Property Value
Type |
Description |
System.Int32 |
|