Open sgmoore opened 3 years ago
I use SQLite Browser (https://sqlitebrowser.org/). I agree, it is a little tedious to view the properties/message together.
I think the data store in the RenderedMessage column is not a RenderedMessage. It is just the message template.
The best option is change the code to write the actual RenderedMessage into database.
Don't have an issue, so apologies if this is off-topic.
I have an application that stores its log files using this library and was wondering what is the best way of reading the log files.
Currently I just query them in LinqPad, but is it difficult to marry up the Properties with the RenderedMessage.
Was wondering what other people used?