lota - 2020-11-20

Hi all
Our system generates a log file with several levels. We need to display this log on the visu.
Each level should have its own color and there should be a filter to show only necessary levels (for example, DEBUG level should not be shown, only on demand). Another nice to have option will be automatic refresh of the log.
This is a necessary option to understand cause of errors.
I couldn't find any built-in element which will give me an option of having colored text. Only option that I could come up with is to generate an html file every time the log page opens and display it using web browser element.
Do you have any better idea to accomplish this?