Add color to trace debug output.
Change-Id: Id2c90220ab695a8195af50cdea8437b49744f720
This commit is contained in:
parent
610b80b9ca
commit
3b089b439f
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue