Releases: serilog-contrib/serilog-sinks-amqp-batching
Releases · serilog-contrib/serilog-sinks-amqp-batching
Fixed issues with broken connections
Re-initializing AMQP connection on exceptions
1.0.6-beta.4 Merge pull request #10 from xzuttz/feature/fix-amqp-stopped-logging-i…
Added more debugging information
1.0.6-beta.3 Bumped version number
Added more debugging information
1.0.6-beta.2 Bumped version
Logging internal exceptions so other sinks can catch and report them
1.0.6-beta Logging internal exceptions so that they get caught by other sinks
Re-initializing closed connections
A connection may be closed if MaxIdleTimeout has been reached.
This version will attempt to re-initialize the connection in such cases.
Added logging level option
Merge pull request #6 from sorenhansen/master Bump version in order to publish an updated NuGet package 🤪
Improved error handling during logging
v1.0.3 Bumping version
Fixed extension method
Two classes implemented public static LoggerConfiguration AMQP(this LoggerSinkConfiguration loggerSinkConfiguration, AMQPSinkOptions amqpoptions). Had to remove one of them.