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

https://github.com/realthx1/luaulog

Easy to use logging library for Roblox
https://github.com/realthx1/luaulog

logging luau roblox

Last synced: 2 months ago
JSON representation

Easy to use logging library for Roblox

Awesome Lists containing this project

README

          

# luaulog
**Fast and easy-to-use logging library for Roblox**

> [!WARNING]
> This library is being worked on, many breaking changes are expected and some features are missing.

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?style=for-the-badge)](LICENSE)
[![Wally](https://img.shields.io/github/v/tag/realthx1/luaulog?&style=for-the-badge&label=Wally)](https://wally.run/package/realthx1/luaulog)
[![pesde](https://img.shields.io/github/v/tag/realthx1/luaulog?&style=for-the-badge&label=pesde)](https://pesde.dev/packages/realthx1/luaulog)
[![Analyze Action Status](https://img.shields.io/github/actions/workflow/status/realthx1/luaulog/ci.yaml?style=for-the-badge&label=CI)](https://github.com/realthx1/luaulog/actions/workflows/ci.yaml)

## Installation

Using [**Wally**](https://wally.run/):
```bash
log = "realthx1/luaulog@0.3.0"
```
Using [**pesde**](https://pesde.dev/):
```bash
pesde add realthx1/luaulog -t roblox
```
Using [**npm**](https://www.npmjs.com/) ([**roblox-ts**](https://roblox-ts.com/)):
```bash
TODO
```

## Usage
Refer to the [test script](./test/test.server.luau) for usage examples.