Skip to content

v1.2.0

Choose a tag to compare

@danielRConsid danielRConsid released this 02 Mar 12:30
· 33 commits to main since this release
bdcf763

πŸš€ New Features in #4

  • Exclude and Redirect Severity Levels – Control which severities are handled and redirect them to custom logic.
  • Custom Handling for Different Severities – Assign different behaviors to specific error levels.
  • Toggle Trace Lines – Enable or disable stack trace details for cleaner debugging output.
  • Exit with a Custom Exit Code – Define a specific exit code when an error occurs.
  • Preserve Original Exceptions in Exception Chaining – Preserve thrown error from original like file and lines in exception chain for better debugging and logging.