githubEdit

message-linesViewing Logs

This guide will show you how to view logs sent by the in-game addon.

Logging

You likely won't need to view logs from the in-game addon, but if you ever inject Lua code and invoke debug.log or use a Noir logger with DebugLog logger middleware attached, you won't be able to see the logs unless you use specific software.

Additionally, if the in-game addon runs into an error, it will be helpful to look at the logs to figure out why it happened (be sure to fill out an issue too! See Intro for a link).

Log Software

To view the logs, you'll need either:

circle-exclamation

After installing, simply open it up and start capturing logs. You should see logs coming from the in-game addon after doing so, especially when you finish loading into a save with your addon enabled.

Last updated