LogLevel.md
April 18, 2021 ยท View on GitHub
UnrealEngine.Framework
LogLevel Enum
Defines the log level for an output log message
public enum LogLevel
Fields
Display 0
Logs are printed to console and log files
Warning 1
Logs are printed to console and log files with the yellow color
Error 2
Logs are printed to console and log files with the red color
Fatal 3
Logs are printed to console and log files then crashes the application even if logging is disabled