nblumhardt / serilog-timings

Extends Serilog with support for timed operations
Apache License 2.0
218 stars 21 forks source link

Adding transformation #55

Closed Pamartinez closed 6 months ago

Pamartinez commented 1 year ago

Adding the option to transform the display time before is write in the log

nblumhardt commented 1 year ago

Thanks for the PR!

I can see where this would be useful, but I don't think it fits the goals I have for the project right now - I'm hoping to keep the API very minimal, and the codebase small enough that anyone who would like to fork and modify it can do so without too much extra baggage.

Forking and including the SerilogTimings files in your own project would be a good workaround for this one.

Thanks again!