Enum LogSeverity
- Namespace
- Scaleout.Modules.DigitalTwin.Abstractions
- Assembly
- Scaleout.Modules.DigitalTwin.Abstractions.dll
Severity levels for logging messages to the ScaleOut UI.
public enum LogSeverity
Fields
Critical = 4The message corresponds to a critical error that has caused a major failure that requires immediate attention.
Error = 3Indicates that log messages with that level should be treated as an application error.
Informational = 1Indicates that log messages with that level have informational purpose.
None = 5Indicates that log messages with that level should not be stored (e.g. temporarily based on some digital twin configuration setting).
Verbose = 0Used for logging of lengthy messages.
Warning = 2Indicates that log messages with that level are application warnings.