README.md

# Kvasir

[![Build Status](https://github.com/altenwald/kvasir/actions/workflows/elixir.yml/badge.svg)](https://github.com/altenwald/kvasir/actions/workflows/elixir.yml)
[![License: LGPL 2.1](https://img.shields.io/github/license/altenwald/kvasir.svg)](https://raw.githubusercontent.com/altenwald/kvasir/main/COPYING)
[![Hex](https://img.shields.io/hexpm/v/kvasir.svg)](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"}
```