Yo Eight
Yo Eight
Added: Support nix shell environment. This pull request introduces a Nix shell script to set up a dev environment for EventStoreDB Java client. The primary goal of this addition is...
Added: Make sure plugins are shutdown before exiting.
You can now configure a [Seq] sink to flush your log to with this configuration in your `logconfig.json`: ```json "Serilog": { "WriteTo": [ { "Name": "Seq", "Args": { "serverUrl": "http://localhost:5341",...