Skip to content

loggit2 2.4.0

Latest

Choose a tag to compare

@MEO265 MEO265 released this 02 Jun 20:04
· 4 commits to main since this release
6fd2dfd

New Features

  • set_call_options() offers new option to log condition calls or even the full call stack. get_call_options() returns the current settings.
  • All condition log handlers e.g. warning() and with_loggit() now support call logging.
  • Added debuginfo() as an additional log handler for debugging purposes.

Minor Changes

  • loggit() now checks the ... arguments for use of reserved names, currently log_call and timestamp.

Internals

  • Added fallback for find_call().