Message Level Enumeration
This enumerated type defines the message logging levels
Definition
Namespace: Sandcastle.Core
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public enum MessageLevelVB
Public Enumeration MessageLevelC++
public enum class MessageLevelF#
type MessageLevelMembers
| Info | 0 | Informational message |
| Warn | 1 | A warning message (a minor problem) |
| Error | 2 | An error message (a major problem that will stop the build) |
| Diagnostic | 3 | A diagnostic message, useful for debugging |