VSSeverity Enumeration
Defined severities of log messages.
Informational = 0
|
Informational message, does not put the current execution in error state
|
Warning
|
Warning message, does not put the current execution in error state
|
Error
|
Error message, puts the current execution in error state
|