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
- Host: GitHub
- URL: https://github.com/realthx1/luaulog
- Owner: realthx1
- License: mit
- Created: 2025-08-17T15:08:15.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-10-22T17:02:25.000Z (8 months ago)
- Last Synced: 2025-10-22T18:28:49.839Z (8 months ago)
- Topics: logging, luau, roblox
- Language: Luau
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)
[](https://wally.run/package/realthx1/luaulog)
[](https://pesde.dev/packages/realthx1/luaulog)
[](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.