• 2.0.0 73c333e6e6

    2.0.0 Stable

    netkas released this 2024-10-29 16:33:23 +00:00 | 16 commits to master since this release

    This update introduces some additional features & bug fixes

    Added

    • Added File Logging support
    • Added LogHandlerInterface & refactored Application settings to allow for use of custom logging handlers
    • Added Logging type for logging type handling
    • Added a Logger object for creating a logging instance for Applications

    Changed

    • All abstract classes are now enum classes
    • Refactored Console Logging to use the new LogHandlerInterface

    Fixed

    • Set default log level to 'info' in Utilities. instead of using null due to deprecation error

    Removed

    • Removed Unused BRIGHT_COLORS constant from ConsoleColors
    • Removed Unused Options object
    • Removed Unused RuntimeOptions object
    • Removed unused Console class
    Downloads