Skip to content

Logary is the best logging framework for .Net. It's a high performance, multi-target logging, metric and health-check library for mono and .Net. Targets include: textwriter, console, debugger, nlog, zipkin, nimrod, riemann, logstash, sqlite, sql server, graphite, loggr, elmah.io, logentries. Adapters for: suave, topshelf.

nunb/logary

 
 

Repository files navigation

Logary v4.0.0-alpha

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: Gitter chat

Just add this to your paket.dependencies:

nuget Logary

At https://logary.github.io/ you can find the full documentation.

Why?

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.

Target Maintainers Wanted!

Are you interested in maintaining a target? Let me know or file a PR demonstrating your work.

Building

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

License

Apache 2.0

About

Logary is the best logging framework for .Net. It's a high performance, multi-target logging, metric and health-check library for mono and .Net. Targets include: textwriter, console, debugger, nlog, zipkin, nimrod, riemann, logstash, sqlite, sql server, graphite, loggr, elmah.io, logentries. Adapters for: suave, topshelf.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • F# 97.0%
  • C# 2.1%
  • Ruby 0.5%
  • Protocol Buffer 0.2%
  • Thrift 0.2%
  • JavaScript 0.0%