Added default message format and text.
This commit is contained in:
parent
e6a9ee1cc7
commit
93597f16a0
@ -26,6 +26,8 @@ constexpr Format priorityFormat(Priority priority)
|
|||||||
case Priority::Error:
|
case Priority::Error:
|
||||||
return {Color::Red, FontWeight::Bold};
|
return {Color::Red, FontWeight::Bold};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return {Color::White, FontWeight::Bold};
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
@ -43,6 +45,8 @@ constexpr const char *priorityName(Priority priority)
|
|||||||
case Priority::Error:
|
case Priority::Error:
|
||||||
return "error";
|
return "error";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return "message";
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
Reference in New Issue
Block a user