serilog-extensions-logging-file icon indicating copy to clipboard operation
serilog-extensions-logging-file copied to clipboard

Where are the OutputTemplate documentation?

Open ahdung opened this issue 4 years ago • 2 comments
trafficstars

What's the o, what's the u3???

ahdung avatar Jan 19 '21 05:01 ahdung

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 avatar Jan 19 '21 06:01 nblumhardt

@nblumhardt Thank you response. is there a documentation for these knowledge?

ahdung avatar Jan 19 '21 07:01 ahdung