How do I write a layout for NLog that outputs time with milliseconds like this 11:32:08:123?
I use ${date:format=yyyy-MM-dd HH\:mm\:ss} but I need more time precision in my logs.
How do I write a layout for NLog that outputs time with milliseconds like this 11:32:08:123?
I use ${date:format=yyyy-MM-dd HH\:mm\:ss} but I need more time precision in my logs.