-
Notifications
You must be signed in to change notification settings - Fork 129
Closed
Labels
Description
It seems the extension WriteTo.File
does not support path formats like the 'old' RollingFile
does. I see Specifier.cs from serilog-sinks-rollingfile and TemplatedPathRoller
which is very similar to the PathRoller
found in this project.
It seems easy to support path templating here (since the code is very similar and can be transferred), but maybe I'm missing something here; was not templating in this project intentional? If so, why?
Thanks!