Table of Contents

Enum LogSeverity

Namespace
Scaleout.Streaming.DigitalTwin.Core
Assembly
ScaleOut.Streaming.DigitalTwin.Core.dll

Defines the severity levels for logging messages.

public enum LogSeverity

Fields

Critical = 4

The message corresponds to a critical error that has caused a major failure that requires immediate attention.

Error = 3

Indicates that log messages with that level should be treated as an application error.

Informational = 1

Indicates that log messages with that level have informational purpose.

None = 5

Indicates that log messages with that level should not be stored (e.g. temporarily based on some digital twin configuration setting).

Verbose = 0

Used for logging of lengthy messages.

Warning = 2

Indicates that log messages with that level are application warnings.