Methods

Class Index

Quicksearch

Arrow::Loggable

A mixin that adds logging to its including class.

Protected Instance Methods

log() click to toggle source

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

secsequence

--- SEC00080

seccomment

--- ""

method_list

--- 
- 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

sectitle

--- 

[Validate]

Generated with the Darkfish Rdoc Generator.