lumin/debugger
v0.6.0 ·
A customizable and extendable debugger for open source software
lumin/debugger
A customizable and extendable debugger for open source software.
Prerequisites
In order to use lumin/debugger you must have the following dependencies installed:
Usage
Basic usage of a few of the debugger functions.
local Debugger = require(path.to.debugger)
local Logs = {
"MyLog" = "This is a very %s log!"
}
Debugger.SetLogs(Logs)
Debugger.Warn("MyLog", "bad")
Debugger.Fatal("MyLog", "cool")
License
This project is licensed under the MIT license