Skip to main content

Enum MessagePriority

Prioritization of Host OS messages

Assembly: Meadow.Contracts.dll
[View Source](https://github.com/WildernessLabs/Meadow.Contracts/blob/633/merge/Source/Meadow.Contracts/Platform OS/MessagePriority.cs#L6)
public enum MessagePriority

Fields

Debug

Debug level message

[View Source](https://github.com/WildernessLabs/Meadow.Contracts/blob/633/merge/Source/Meadow.Contracts/Platform OS/MessagePriority.cs#L11)
Debug = 0

Information

Information level message

[View Source](https://github.com/WildernessLabs/Meadow.Contracts/blob/633/merge/Source/Meadow.Contracts/Platform OS/MessagePriority.cs#L15)
Information = 1

Warning

Warning level message

[View Source](https://github.com/WildernessLabs/Meadow.Contracts/blob/633/merge/Source/Meadow.Contracts/Platform OS/MessagePriority.cs#L19)
Warning = 2

Error

Error level message

[View Source](https://github.com/WildernessLabs/Meadow.Contracts/blob/633/merge/Source/Meadow.Contracts/Platform OS/MessagePriority.cs#L23)
Error = 3