Hi all!
Maybe my question is obvious, but I can't find answer in NLog documentation. How to write a layout for NLog that outputs time with milliseconds like this 11:32:08:1234
?
Now I use ${date:format=yyyy-MM-dd HH\:mm\:ss} but I need more time precision in my logs.
Thanks!