Navigation
API > API/Developer > API/Developer/OutputLog
| Name | ELogLevelFilter |
| Type | enum |
| Header File | /Engine/Source/Developer/OutputLog/Public/OutputLogSettings.h |
| Include Path | #include "OutputLogSettings.h" |
Syntax
enum ELogLevelFilter
{
None,
Enabled,
All,
}
Values
| Name | Remarks |
|---|---|
| None | Show none of the logs at this level. |
| Enabled | Show only the enabled logs at this level. |
| All | Show all logs at this level. |