• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.
Logging

Plugins + Scripts Logging

Download [<1 MB]
A collection of three simple plugins related to logging:

LoggingTrigger
Let's you write messages/errors to the log from any trigger in your scene. Very helpful when debugging scene logic. Disabling the plugin suppresses log output. You can see this in action in my scene The Grind Of Your Life, there's a hidden atom "$Log" containing the plugin.
1740302135058.png


LogToFile
Redirects all of vam's error, message and debug log events to a text file in 'Saves/PluginData/TBD/LogToFile'.
Do not keep this plugin running for extended periods without clearing the log or it will impact performance. Apparently, there's no way to append text to the end of a file so this plugin has to keep the whole thing in memory and write all of it each time.

CrashLog
This plugin attempts to record vam's dying words in case of a crash. It creates a new log file every time you start vam and writes the last 3 errors it encounters to it.
React to this content...

Share this resource

Credits

Creator Support Link
icons
Back
Top Bottom