Logary.Adapters.EventStore
4.0.0-alpha1
Prefix Reserved
See the version list below for details.
dotnet add package Logary.Adapters.EventStore --version 4.0.0-alpha1
NuGet\Install-Package Logary.Adapters.EventStore -Version 4.0.0-alpha1
<PackageReference Include="Logary.Adapters.EventStore" Version="4.0.0-alpha1" />
<PackageVersion Include="Logary.Adapters.EventStore" Version="4.0.0-alpha1" />
<PackageReference Include="Logary.Adapters.EventStore" />
paket add Logary.Adapters.EventStore --version 4.0.0-alpha1
#r "nuget: Logary.Adapters.EventStore, 4.0.0-alpha1"
#:package Logary.Adapters.EventStore@4.0.0-alpha1
#addin nuget:?package=Logary.Adapters.EventStore&version=4.0.0-alpha1&prerelease
#tool nuget:?package=Logary.Adapters.EventStore&version=4.0.0-alpha1&prerelease
Logary is a high performance, multi-target logging, metric and health-check library for mono and .Net.
Learn more about Target Frameworks and .NET Standard.
-
- EventStore.Client.PreRelease (>= 3.1.1)
- FSharp.Core (>= 3.1.2.5)
- Hopac (>= 0.1.0)
- Logary (>= 4.0.0-alpha1)
- NodaTime (>= 1.3.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 5.0.1 | 1,025 | 5/12/2020 |
| 5.0.0 | 971 | 9/19/2019 |
| 5.0.0-rc.13 | 497 | 8/30/2019 |
| 5.0.0-rc.12 | 485 | 8/30/2019 |
| 5.0.0-rc.11 | 501 | 8/29/2019 |
| 5.0.0-rc.10 | 508 | 4/10/2019 |
| 5.0.0-rc.9 | 475 | 4/5/2019 |
| 5.0.0-rc.8 | 482 | 4/4/2019 |
| 5.0.0-rc.7 | 535 | 4/1/2019 |
| 5.0.0-beta.28 | 612 | 12/6/2018 |
| 5.0.0-beta.27 | 575 | 12/6/2018 |
| 5.0.0-beta.26 | 941 | 10/2/2018 |
| 5.0.0-beta.25 | 1,011 | 9/22/2018 |
| 5.0.0-beta.24 | 980 | 9/14/2018 |
| 5.0.0-beta.23 | 1,005 | 9/14/2018 |
| 5.0.0-beta.22 | 1,015 | 8/13/2018 |
| 5.0.0-beta.21 | 1,095 | 7/1/2018 |
| 5.0.0-beta.20 | 881 | 6/29/2018 |
| 5.0.0-beta.19 | 888 | 6/19/2018 |
| 4.0.0-alpha1 | 1,754 | 2/8/2016 |
Release Notes:
* [infra] bumping albacore deps
* [infra] better readme formulation
* [infra] readme update about pre-release status
* Merge branch 'master' into 4.0-base
* Merge pull request #5 from haf/4.0-base
* [infra] remove FSharp.Actor line
* [infra] v4.0.0-alpha.1
* [heka] target compiling
* [mailgun] mailgun tests passing
* [mailgun] code compiles
* Fix config validation tests
* Add errors field if it doesn't exist
* Remove printfns and tweak test logging
* Disable code signing
* Start the target server job manually in tests
* Enable core target and health check tests
* Minor changes
* Fix test deadlock
* Merge remote-tracking branch 'haf/feature/hopac-wip' into feature/hopac
* [core] BoundedMb for Target, Logger API
* [target] towards Alt from Logger.log
* Use a timeout when InternalLogger shuts down targets
* Merge pull request #4 from haf/feature/hopac
* [core] alt hopac values
* Fix Logary.CSharp build
* Fix Cancellation.isCancelled + minor tweaks
* Fix tests build
* Merge pull request #3 from haf/feature/hopac
* [heka] total mapping function from Message
* Merge branch 'feature/hopac' of https://github.com/paavohuhtala/logary into feature/hopac
* [datamodel] clarifying timestamps
* More test fixing, still doesn't build
* Fix Logary.CSharp build
* Fix core library build.
* Merge pull request #2 from haf/feature/hopac
* [logary] core API revamp
* [infra] build with v4.sln
* [SuaveReporter] supporting new DataModel
* [mailgun] passing tests
* [mailgun] mailgun with new model
* [heka] test passing
* [infra] add Mailgun to v4.sln
* Merge pull request #1 from haf/feature/hopac
* [infra] rename Heka.sln -> v4.sln, adding fsprojs as I go
* [infra] downgrade F# SDK to v3.1
* [infra] include CSharp adapter asm in Core.sln
* [heka] compiles with new model
* [infra] app.config no longer needed
* [infra] upgrading libraries
* [logary] fix indentation
* [infra] Core.sln builds
* [infra] removing F# Actor refs
* [infra] ensure we fix up the namespaces
* [infra] upgrading gemfile
* Store logger name in `name` instead of Context.service
* Minor cleanup and refactoring
* Remove .Measure from Logger
* Remove FSharp.Actor from solutions
* Remove FSharp.Actor-logary submodule
* Add Supervisor.fs into the .fsproj
* Implement supervisors and more
* Minor cleanup
* Fix test project build break
* Minor cleanup
* Now passes the tests
* Remove FSharp.Actor from the core library and tests
* Upgrade Hopac to 0.1.0
* Simplify Cancellation implementation
* Port the rest of the library and tests to Hopac
* A lot of Hopac progress
* Port Target.fs to Hopac
* Add utility function for creating Jobs with timeout
* Port health checks to Hopac
* Port the rest of metrics to Hopac
* Port (most of) metrics to use Hopac
* Fix cancellation
* Implement Internals.Scheduling with Hopac
* Add references to Hopac
* Convert Targets.Heka to the new object model
* Update Mailgun target to the new object model
* Minor comment change
* Implement converting String.Format formats into message templates
* Minor cleanup
* Rename Message.metric to metricWithUnit and metric' to metric
* Implement dynamic object serialization
* Tweak assembly references
* Implement the new object model in Logary.CSharp
* Implement templated messages
* Minor cleanup
* Change the JSON serialization test to match the new output
* Fix build break after merge
* Merge branch '4.0-base' into feature/chiron
* Change Message context into a Map
* Ignore empty JSON data for more compact output
* Make fractions use 64-bit integers
* Minor cleanup
* Initial Chiron support
* Minor cleanup
* Change exception formatting tests
* Re-enable EWMA tests
* Remove dead code
* Fix tests and implement string formatting for message fields
* The tests now compile
* Update metric Message API
* Set Message context in Logger
* Rename MessageLogger back to Logger
* Remove LogLine and Measure
* More object model changes. Builds!
* More object model work
* Initial object model migration work. DOES NOT COMPILE.
* Remove TOML projects.
* Merge remote-tracking branch 'origin/feature/object-model' into 4.0-base
* [objectmodel] removing comments
* [infra] F# 3.1
* [infra] only net45
* [objectmodel] updated object model
* wip
* [datamodel] minor fixes
* Merge branch 'master' into 4.0-base
* [infra] Upgrade FSharp.Actor-logary to VS2015
* Remove TOML parser and tests
* [infra] Upgrade .sln and .sln.DotSettings to VS2015/R#9
* [datamodel] adding in level to Message
* [infra] ignore .userprefs
* working transducers finally
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* [core] work on object model
* [core] add sln with only core projects
* [heka] improvements to prepare.sh
* [heka] more samples
* wip
* churn
* wip
* readme
* [heka] sample - problem with compose - doesn't run logary sample
* [infra] F# Core reference
* [examples] first cut at logary + heka in docker
* [core] a new data model perhaps
* [heka] creating Message alright
* [heka] Message equality
* [heka] first cut at Heka target
* [heka] size unit tests
* [heka] passing signature tests
* [heka] initial serialisation test passing
* [heka] first failing test
* wip