public enum LogTypePublic Enumeration LogTypepublic enum class LogTypetype LogType| Log | 0 | Is only information. |
| Warning | 1 | Should not be or can be dangerous. |
| Error | 2 | Error means you have to check the result, somethin is wrong there. |
| GetDescription | (Defined by EnumExtensions) |
| ToReadableString | (Defined by EnumExtensions) |