Hatchet

Ruby logging library that provides the ability to add class/module specific filters

View the Project on GitHub gshutler/hatchet

Navigation


Build status


Hosted on GitHub Pages — Theme by orderedlist

Release notes

0.2.10

Example:

configuration.configure do |config|
  config.backtrace_filter '/applications/my_app/releases/current' => '[ROOT]'
end

Will filter a backtrace line like:

/applications/my_app/releases/current/lib/example.rb:42:in `main'

Into:

[ROOT]/lib/example.rb:42:in `main'

0.2.9

0.2.8

0.2.7

0.2.6

0.2.5

0.2.2

0.2.1

0.2.0

Note

The Hatchet::Message constructor has been altered, going forward it will take a Hash of arguments instead of fixed arguments. It is currently backwards compatible but this will likely be dropped for 1.0.0 so it is advised you update your libraries now.

This should only affect custom formatters which may want to take advantage of the nested diagnostic context which is now available anyway.

0.1.0

No changes from 0.0.20, just time for a minor version release.

0.0.20

0.0.19

0.0.18

0.0.17

Bug fixes