Add color to trace debug output.

Change-Id: Id2c90220ab695a8195af50cdea8437b49744f720
This commit is contained in:
Dominik Riebeling 2015-12-28 12:20:33 +01:00
parent 610b80b9ca
commit 3b089b439f

View file

@ -54,6 +54,8 @@ void SysTrace::refresh(void)
color = "orange";
else if(line.contains("ERROR"))
color = "red";
else if(line.contains("DEBUG"))
color = "blue";
#if 0
else if(line.contains("INFO"))
color = "green";