Skip to main content

QALogs

The QA logs allows group members of a certain rank to see both the client and server logs, regardless of their ability to edit the game

To start:

local QALogs = Import("QALogs")

QALogs.new(groupId, rankNumber)

Note, you also need to init the server QALogsServer

Show raw api
{
    "functions": [],
    "properties": [],
    "types": [],
    "name": "QALogs",
    "desc": "The QA logs allows group members of a certain rank to see both the client and server logs, regardless of their ability to edit the game\n\nTo start:\n```lua\nlocal QALogs = Import(\"QALogs\")\n\nQALogs.new(groupId, rankNumber)\n```\n\nNote, you also need to init the server [QALogsServer]",
    "source": {
        "line": 15,
        "path": "src/qalogs/src/Client/QALogs.lua"
    }
}