MessageLevel Enumeration

This enumerated type defines the message logging levels

Definition

Namespace: Sandcastle.Core
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.2.18.0
public enum MessageLevel

Members

Info0Informational message
Warn1A warning message (a minor problem)
Error2An error message (a major problem that will stop the build)
Diagnostic3A diagnostic message, useful for debugging

See Also