Enum Util.LogLevel
Constants for LogLevel IDs.
To be used with Util.PrintLog function.
Members
| INFO | Only information messages will be shown. |
| WARNING | Non-critical warnings and information messages will be shown. |
| ERROR | Critical errors, non-critical warnings and information messages will be shown. |