Project

l2met-log

0.0
No release in over 3 years
Low commit activity in last 3 years
Include to add a #log method to anything ever, including Ruby code and maybe some foods.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.13
~> 0.10
~> 10.0
~> 3
~> 0.45
~> 0.12
 Project Readme

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 L2met::Log

    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.