You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace enum with class, and replace extension with method. This will allow you to more flexibly customize the spacing and format.
In my project, I need to use files with a specific name, but the library does not allow me to specify this. Therefore, I had to abandon this library and use a self-written solution.
With implementation: InfiniteRollingInterval, YearRollingInterval etc
This solution allow easy extend behaviour. To avoid backward compatibility issues, you can make a separate interface overload and mark the enum as obsolete.
The text was updated successfully, but these errors were encountered:
blowin
added a commit
to blowin/serilog-sinks-file
that referenced
this issue
Jun 20, 2021
Replace enum with class, and replace extension with method. This will allow you to more flexibly customize the spacing and format.
In my project, I need to use files with a specific name, but the library does not allow me to specify this. Therefore, I had to abandon this library and use a self-written solution.
I suggest the following solution:
With implementation: InfiniteRollingInterval, YearRollingInterval etc
This solution allow easy extend behaviour. To avoid backward compatibility issues, you can make a separate interface overload and mark the enum as obsolete.
The text was updated successfully, but these errors were encountered: