Changes for version 0.37

  • Important fix
  • Ok, the verbosity of the tree was a bit much I see. So... I added a couple new prefix options.
  • %s gives you just the caller line number, no nested numbers
  • %S gives you just the caller name, no nested names mile long.
  • Also, you can define a specific prefix for each log level. The default is short (above) callers and numbers, BUT the DEBUGMAX prefix is using the detailed %P and %l.

Modules

A Handy Debugging Module With Colorized Output and Formatting

Examples