Closed jakejscott closed 5 years ago
Thanks for the contribution! The change is make sense for me. I will do some test and merge it
Are you going to publish a new nuget package?
yes. it's on https://www.nuget.org/packages/SumoLogic.Logging.Serilog/ now but I think I may push another version to do some adjustment like using consistent version number format...
This commit was a change for log4net :) Which hasn't been updated yet in Nuget https://www.nuget.org/packages/SumoLogic.Logging.Log4Net/
ahh... sorry I just confused myself. Yes, will push a new version for all packages after I fix the appveyor building and couple of doc nits
FYI - 1.0.0.8 nuget released with this change
If using the
BufferedSumoLogicAppender
when it shuts down logs are not being flushed at all. With this fix you can get all theIFlushable
objects and call flush on them.