• 2.0.7 dc9b831534

    2.0.7 Stable

    netkas released this 2025-01-13 18:28:06 +00:00 | 0 commits to master since this release

    This update introduces a minor fix

    Fixed

    • Fixed FileLogging issue by setting the write permission to 0666 for the log file if it doesn't exist.
    Downloads
  • 2.0.6 49bb26a063

    2.0.6 Stable

    netkas released this 2025-01-10 09:26:08 +00:00 | 1 commits to master since this release

    This update introduces a minor change

    Changed

    • File logging is disabled for web environments due to instability in file locking, until a better solution is found.
    Downloads
  • 2.0.5 0507fbb9d1

    2.0.5 Stable

    netkas released this 2025-01-09 20:43:55 +00:00 | 3 commits to master since this release

    This update introduces a minor bug fix

    Fixed

    • Refactor file locking to return status and handle failure.
    Downloads
  • 2.0.4 284cd4f52a

    2.0.4 Stable

    netkas released this 2024-12-29 23:29:44 +00:00 | 5 commits to master since this release

    [2.0.4] - 2024-12-04

    This update introduces a minor bug fix

    [2.0.3] - 2024-11-05

    This update introduces a minor bug fix

    Downloads
  • 2.0.2 163a163b96

    2.0.2 Stable

    netkas released this 2024-10-30 04:16:34 +00:00 | 11 commits to master since this release

    This update introduces minor improvements

    Changed

    • Refactored exception handling in FileLogging where it will always attempt to print the exception no matter
      the log level for as long as the log level isn't silent
    • Implement enhanced error and exception handling
    Downloads
  • 2.0.1 ccc3378774

    2.0.1 Stable

    netkas released this 2024-10-29 18:19:54 +00:00 | 15 commits to master since this release

    This update introduces a critical bug fix where Console logging was enabled in web environments

    Downloads
  • 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
  • 1.1.1 8d5d443792

    1.1.1 Stable

    netkas released this 2024-10-13 20:45:43 +00:00 | 52 commits to master since this release

    Update build system

    Downloads
  • 1.1.0 951bdb325e

    1.1.0 Stable

    netkas released this 2023-10-13 06:24:42 +00:00 | 58 commits to master since this release

    Updated loglib to work with ncc 2.+.

    Changed

    • Various code improvements and optimizations
    • Removed unused code
    Downloads
  • 1.0.2 56b06dee4f

    1.0.2 Stable

    netkas released this 2023-07-06 22:44:40 +00:00 | 71 commits to master since this release

    Changed

    • Changed the Timestamp format to display micro time instead of a date format
    • Timestamp Formats can now display in red or yellow to indicate performance impacts between log entries

    Fixed

    • Fixed mistake in \LogLib\Classes > Console > outException() where the function attempts to print out a previous
      exception by calling getPrevious() as an array instead of a function call.
    Downloads