Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/logary/logary
Logs and metrics are one! Professional logging, metrics and analytics for your apps.
https://github.com/logary/logary
analytics-tracking histograms logging metrics tracing
Last synced: 3 months ago
JSON representation
Logs and metrics are one! Professional logging, metrics and analytics for your apps.
- Host: GitHub
- URL: https://github.com/logary/logary
- Owner: causiq
- License: other
- Created: 2014-06-01T17:42:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-05-18T19:29:50.000Z (over 1 year ago)
- Last Synced: 2024-04-13T20:15:42.149Z (7 months ago)
- Topics: analytics-tracking, histograms, logging, metrics, tracing
- Language: F#
- Homepage: https://docs.logary.tech/
- Size: 46.2 MB
- Stars: 524
- Watchers: 26
- Forks: 71
- Open Issues: 71
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-influxdb - logary - High performance, multi-target logging, metric and health-check library for mono and .Net (Collecting data into InfluxDB / Projects)
README
Logary
Twitter: @logarylib
Docs: docs.logary.tech## Why?
Logary is a high-performance, structured logging library which you can do health and metrics for
.Net.- Full support for Structured Logging and tracing following OpenTelemetry's specs
- F# idiomatic code
- Using C#? Then `Logary.CSharp` is for you!
- Looking for an F# alternative to [`LibLog`](https://github.com/damianh/LibLog)?
Jump to [`Logary.Facade`](#using-logary-in-a-library).
- Never throws exceptions
- Low overhead logging – evaluate your Message only if a level is switched on
- Supports [Hierarchical logging](#rule--hierarchical-logging)
- Add metrics to your service/app!
- A wide range of adapters and targets to choose from!Created by [Henrik Feldt, et al](https://twitter.com/henrikfeldt) — if you like it, sponsor it!
## Installation
See [docs](https://docs.logary.tech/dotnet/quickstart)