Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

One of the most helpful parts of Iguana is the logging system. It’s super easy to build intuitive logging for your own components using it. Here are a few pointers:

Expand
titleiguana.log* give gives us calls to the logging system

So this is an example of a log message:

Code Block
iguana.logInfo("#custom #me This is a custom log")

...