This is a pre-release version. v3.x is at releases/v3.x. We consider the master branch fairly stable at this point.
Logary is a high performance, multi-target logging, metric, tracing and health-check library for mono and .Net and JavaScript, with a healthy dose of documentation.
Follow Logary at twitter: @logarylib
Chat and support and get support:
Just add this to your paket.dependencies:
nuget Logary
At https://logary.github.io/ you can find the full documentation.
Sponsored by qvitoo – A.I. bookkeeping and Logary in production since many years.
Logary is the next generation logging framework. It observes some facts that it successfully builds its conceptual model from! It's written using functional programming in F# with only a single field 'global state' to facilitate logging with initialise-once static readonly fields. It never throws runtime exceptions if the configuration validates and never blocks the call-site.
Are you interested in maintaining a target? Let me know or file a PR demonstrating your work.
Assuming you have Ruby 1.9.3 or later installed:
git clone git://github.com/logary/logary.git
cd logary
git submodule update --init
bundle && bundle exec rake