Add trace logs.
This commit is contained in:
@@ -26,19 +26,16 @@ Item {
|
||||
switch (level) {
|
||||
case "INFO":
|
||||
return RustColors.info_log
|
||||
break;
|
||||
case "DEBUG":
|
||||
return RustColors.debug_log
|
||||
break;
|
||||
case "WARN":
|
||||
return RustColors.warn_log
|
||||
break;
|
||||
case "ERROR":
|
||||
return RustColors.error_log
|
||||
break;
|
||||
case "TRACE":
|
||||
return RustColors.trace_log
|
||||
default:
|
||||
return RustColors.info_log
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user