A mixin that adds logging to its including class.
Return the Arrow::Logger object for the receiving class.
# File /Users/ged/source/ruby/Arrow/lib/arrow/mixins.rb, line 282
282: def log
283: Arrow::Logger[ self.class.name ]
284: end
--- SEC00080
--- ""
---
- methods:
- visibility: protected
aref: M000142
name: log
sourcecode: " <span class=\"ruby-comment cmt\"># File /Users/ged/source/ruby/Arrow/lib/arrow/mixins.rb, line 282</span>\n\
282: <span class=\"ruby-keyword kw\">def</span> <span class=\"ruby-identifier\">log</span> \n\
283: <span class=\"ruby-constant\">Arrow</span><span class=\"ruby-operator\">::</span><span class=\"ruby-constant\">Logger</span>[ <span class=\"ruby-keyword kw\">self</span>.<span class=\"ruby-identifier\">class</span>.<span class=\"ruby-identifier\">name</span> ]\n\
284: <span class=\"ruby-keyword kw\">end</span>"
m_desc: |-
<p>
Return the <a href="Logger.html">Arrow::Logger</a> object for the receiving
class.
</p>
params: ()
category: Instance
type: Protected
---
Generated with the Darkfish Rdoc Generator.