Navigation
API > API/Runtime > API/Runtime/AutoRTFM
AutoRTFM logging severity.
| Name | autortfm_log_severity |
| Type | enum |
| Header File | /Engine/Source/Runtime/AutoRTFM/Public/AutoRTFM.h |
| Include Path | #include "AutoRTFM.h" |
Syntax
enum autortfm_log_severity
{
autortfm_log_verbose = 0,
autortfm_log_info,
autortfm_log_warn,
autortfm_log_error,
autortfm_log_fatal,
}
Values
| Name | Remarks |
|---|---|
| autortfm_log_verbose | |
| autortfm_log_info | |
| autortfm_log_warn | |
| autortfm_log_error | |
| autortfm_log_fatal |