Little weird that DateLayoutRenderer has the default Format:
Why not follow the default-format found every where else in NLog:
Interesting that ${date} "originally" was born with default Format = G, that would follow the local culture. Then later hard-coded to one culture with explicit Format-string (with ffff). Think that Logging library should stay culture invariant unless requested otherwise.
Also $[processtime} should match the following format (Instead of fff):
Little weird that DateLayoutRenderer has the default Format:
yyyy/MM/dd HH:mm:ss.fffWhy not follow the default-format found every where else in NLog:
yyyy-MM-dd HH:mm:ss.ffffInteresting that
${date}"originally" was born with defaultFormat = G, that would follow the local culture. Then later hard-coded to one culture with explicit Format-string (withffff). Think that Logging library should stay culture invariant unless requested otherwise.Also
$[processtime}should match the following format (Instead offff):HH:mm:ss.ffff