Tags: Shiva-Shadowsong/loggie
Tags
V1.5 (#15) * Update project version. * Fix a mistake where the separator placeholder in LoggieMsg.prefix was not used correctly. * fix: pad timestamp fields that need padding * LoggieSettings is now a Resource instead of Node. Fixes a memory leak. * Fix issue where enforced production settings only worked if you weren't using custom_settings.gd. * New setting: enforce_optimal_settings_in_release_build. * Update some function parameter names to avoid shadowing existing members. * Update a message in test.gd to use Loggie instead of print_rich. * Update test.gd to explicitly test out a color styled version of each type of message. * New feature: Message Segmentation. * Update some function parameter/varaible names to avoid shadowing existing members. * Remove original_content and support for it. * Add LoggieMsg.tab. * Apply parameter name change to a couple more places where it needed to be done. * Add LoggieEnums.MsgType. * Add LoggieTools.get_terminal_ready_string. * Clean up LoggieMsg.output wrappers, and fix issue with improperly formatted output passed to stuff like push_error, push_warning and print_debug. * Update a print in test.gd. * Add tests for each type of coloring of messages. --------- Co-authored-by: dusk <y.bera003.06@protonmail.com>