Navigation
API > API/Developer > API/Developer/OutputLog
| |
|
| Name |
ELogCategoryColorizationMode |
| Type |
enum |
| Header File |
/Engine/Source/Developer/OutputLog/Public/OutputLogSettings.h |
| Include Path |
#include "OutputLogSettings.h" |
Syntax
enum ELogCategoryColorizationMode
{
None,
ColorizeWholeLine,
ColorizeCategoryOnly,
ColorizeCategoryAsBadge,
}
Values
| Name |
Remarks |
| None |
Do not colorize based on log categories |
| ColorizeWholeLine |
Colorize the entire log line, but not warnings or errors |
| ColorizeCategoryOnly |
Colorize only the category name (including on warnings and errors) |
| ColorizeCategoryAsBadge |
Colorize the background of the category name (including on warnings and errors) |