Sha256: 00c628c78dd547757b93aa6869e4a9cbda51771caa5e33e05025b8372ff98927

Contents?: true

Size: 470 Bytes

Versions: 1

Compression:

Stored size: 470 Bytes

Contents

# `L2met::Log`

Include for great `#log` glory.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'l2met-log'
```

## Usage

``` ruby
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](http://opensource.org/licenses/MIT).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
l2met-log-0.1.0 README.md