L2met::Log

Include for great #log glory.

Installation

Add this line to your application's Gemfile:

gem 'l2met-log'

Usage

require 'l2met-log'

module AllMyStuff
  class ThingDoer
    include L2metLog

    def doit!
      log msg: 'like wow', did: 'thing', not_did: 'nothing', rad: 9_000
    end
  end
end

License

The gem is available as open source under the terms of the MIT License.