-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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 <[email protected]>
- Loading branch information
1 parent
820b74b
commit 028d8db
Showing
9 changed files
with
250 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.