# loglayer-transport

[![NPM Version](https://img.shields.io/npm/v/%40loglayer%2Ftransport)](https://www.npmjs.com/package/@loglayer/transport)
[![NPM Downloads](https://img.shields.io/npm/dm/%40loglayer%2Ftransport)](https://www.npmjs.com/package/@loglayer/transport)
[![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg)](http://www.typescriptlang.org/)

This is the base transport used for implementing transports for use with [loglayer](https://loglayer.dev).

## Installation

```bash
npm i @loglayer/transport
```

## Documentation

Visit the [loglayer transport docs](https://loglayer.dev/transports) on how to use and create transports.
