serilog-extensions-logging-file
serilog-extensions-logging-file copied to clipboard
Where are the OutputTemplate documentation?
trafficstars
What's the o, what's the u3???
o is a standard date-time format string (docs.microsoft.com has these) which selects ISO-8601 formatting
u3 controls level formatting, it's "uppercase" "three chars". The only other options here are fewer or more characters, e.g. u5, or lowercase formatting w3 etc.
Hope this helps!
@nblumhardt Thank you response. is there a documentation for these knowledge?