Module: YouTubeG::Logging
- Included in:
- Client
- Defined in:
- lib/youtube_g.rb
Overview
Gets mixed into the classes to provide the logger method
Instance Method Summary collapse
-
#logger ⇒ Object
Return the base logger set for the library.
Instance Method Details
#logger ⇒ Object
Return the base logger set for the library
33 34 35 |
# File 'lib/youtube_g.rb', line 33 def logger YouTubeG.logger end |