Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Miqueas/Logit

Logging library for Lua and Nim
https://github.com/Miqueas/Logit

log logger logging logs lua nim nim-lang

Last synced: 3 months ago
JSON representation

Logging library for Lua and Nim

Awesome Lists containing this project

README

        

[![License][LicenseBadge]][licenseURL]

# Logit

Dependency-free, cross-platform and small logging library for Lua and Nim, with a simple and comfortable API.

![logit capture](capture.png)

## Installation

For Nim, just:

```
nimble install logit
```

For Lua, just:

```
luarocks install logit
```

## Documentation

For Nim, check out [this](NimDocs.md).

For Lua, check out [this](LuaDocs.md).

[LicenseBadge]: https://img.shields.io/badge/License-Zlib-brightgreen?style=flat
[LicenseURL]: https://opensource.org/licenses/Zlib