Show raw api
{
"functions": [],
"properties": [],
"types": [
{
"name": "LogType",
"desc": "",
"lua_type": "\"INFO\" | \"WARN\" | \"ERROR\" | \"DEBUG\" | \"CHAT\" | \"COMMAND\" | \"PURCHASE\" | \"DAMAGE\" | \"DEATH\" | \"KILL\" | \"JOIN\" | \"LEAVE\" | string",
"source": {
"line": 3,
"path": "MainModule/Util/Logger.luau"
}
},
{
"name": "Log",
"desc": "",
"lua_type": "{ text: string, level: LogType, time: number, user: number? }",
"source": {
"line": 20,
"path": "MainModule/Util/Logger.luau"
}
},
{
"name": "Logger",
"desc": "",
"lua_type": "typeof(setmetatable({} :: { logs: { Log }, debug: boolean? }, Logger))",
"source": {
"line": 34,
"path": "MainModule/Util/Logger.luau"
}
}
],
"name": "Logger",
"desc": "",
"source": {
"line": 29,
"path": "MainModule/Util/Logger.luau"
}
}