Page MenuHomeFeedback Tracker

Workbench Log Console doesnt print all log levels
Assigned, NormalPublic

Description

So for testing I use this piece of code:

array<LogLevel> allLogLevels = new array<LogLevel>;
SCR_Enum.GetEnumValues(LogLevel, allLogLevels);
		
foreach(LogLevel logLevel : allLogLevels)
{
	Print("loglevel print " + SCR_Enum.GetEnumName(LogLevel, logLevel), logLevel);
}


It prints only Normal, Warning, Error and Fatal, although I had selected all filters.
It would be nice to add the other log level's as well (especially Debug).

Details

Severity
None
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General

Event Timeline

Kiwi created this task.Jun 30 2022, 1:02 PM
Geez changed the task status from New to Assigned.Jul 11 2022, 11:29 PM