Navigation
API > API/Developer > API/Developer/OutputLog
References
|
|
Module |
OutputLog |
Header |
/Engine/Source/Developer/OutputLog/Public/OutputLogSettings.h |
Include |
#include "OutputLogSettings.h" |
Syntax
enum ELogCategoryColorizationMode
&123;
None,
ColorizeWholeLine,
ColorizeCategoryOnly,
ColorizeCategoryAsBadge,
&125;
Values
Name |
Description |
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) |