.NET Helper Packages
C#
Show/Hide TOC
Logger
Warn
Count Property
Gets the count of warning messages logged.
Definition
Namespace:
Logging.Helper
Assembly:
Logging.Helper (in Logging.Helper.dll) Version: 2.0.6
C#
Copy
public
int
WarnCount
{
get
; }
Property Value
Int32
See Also
Reference
Logger Class
Logging.Helper Namespace
In This Article
Definition
See Also