Enum LogType
- Namespace
- RetroEditor.Plugins
- Assembly
- RetroEditor.dll
The type of the Log Message, used to categorize the message.
public enum LogType
Fields
Debug = 0
Debug messages are not shown in release builds, and are used for debugging purposes.
Error = 3
Error messages are used to inform the user of something that is important.
Info = 1
Info messages are used to inform the user of something, but are not considered important.
Warning = 2
Warning messages are used to inform the user of something that might be important.