I have the following log line:
{ "time": "2010-01-01 12:34:56.0000", "level": "ERROR", "message": "hello, world" }
taken from
https://github.com/NLog/NLog/wiki/JsonLayoutWhen I drag and drop the log file to Log4View and select JSON as log format then the level column shows INFO, the date and time are default date and time and the message is empty.
What is required to show all JSON properties correctly as columns in Log4View?