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