Table of Contents

MessageLevel Enum

Definition

Namespace
Sandcastle.Core
Assembly
Sandcastle.Core.dll

This enumerated type defines the message logging levels

public enum MessageLevel

Fields

Name Value Description
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