This is a utilities collection including a string formatter, date formatter, and logging system for Blue OS 10 with comprehensive debugging capabilities, along with implementing a return system Stack traces allow for developers to see which threads are running and what the call structure looks like It also has a module for converting from Blue timestamps (days since 2000 * 1,000,000 rounded) to the Gregorian calendar In the future, I'll check the discrepancy between the i18n greg module output at the current moment and the value reported by current time to determine a user's time zone Logs are stored in easy-to-parse notation with UNIX-like timestamps, thread ID, log level, and log value. Log levels: - info - warning - error - fatal (halts all execution) See inside for an example usage.
A successful test leaves the stack with a single value of 0 Largely developed on a Switch Lite :/ I'm considering this to be largely completed and am now moving on to the UI framework Currently working on: function variables