Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Miqueas/Logit
- Owner: Miqueas
- License: zlib
- Created: 2020-09-12T21:38:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-25T08:49:40.000Z (about 1 year ago)
- Last Synced: 2024-05-02T07:47:04.151Z (7 months ago)
- Topics: log, logger, logging, logs, lua, nim, nim-lang
- Language: Lua
- Homepage:
- Size: 1.02 MB
- Stars: 18
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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