I am eagerly looking for the feature to export output panel log to different formats. Currently we have an option to export only to text file where we are missing text format (in case of error - red) to identify the different level log information by just looking at it.
It is nice to have an option to export to html or some other format where the text format is preserved.
You might be able to use the local NLog.config to introduce new loggers and targets. I imagine it would also be able to add additional NLog targets / layouts / renderers
We use an alternate configuration for NLog on Orchestrator for the Robot logs, so I imagine you could modify the Studio / UiRobot NLog configuration too.
If you follow the link, the NLog documentation is great and filled with examples. It is really going to depend on the Target, Layout, Renderers that you choose to use. Not sure if there is a HTML specific one, but there is most likely an XML Layout.
This is the default NLog.config configuration installed with Studio.
Had another idea… Could be overkill, but might be useful. Splunk provides a Free license which allows for a 500MB/Day indexing. With this you could ingest the logs as is and customize the dashboard to suite your needs.
If you’ve never used it before, it is pretty good with parsing standard log formats with minimal effort.