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