# Kvasir
[](https://github.com/altenwald/kvasir/actions/workflows/elixir.yml)
[](https://raw.githubusercontent.com/altenwald/kvasir/main/COPYING)
[](https://hex.pm/packages/kvasir)
Elixir Syslog server, client, and backend for Logger.
Kvasir's goal is to keep everything we could need regarding Syslog. If we need a client,
a server, or provide a backend for Logger.
## Installation
You can install Kvasir via Hex:
```elixir
{:kvasir, "~> 1.0"}
```
Or if you want to install the most recent (that could be still not uploaded to Hex):
```elixir
{:kvasir, github: "altenwald/kvasir"}
```