Module: YouTubeIt::Logging
- Included in:
- Client, Upload::VideoUpload
- Defined in:
- lib/youtube_it.rb
Overview
Gets mixed into the classes to provide the logger method
Instance Method Summary (collapse)
-
- (Object) logger
Return the base logger set for the library.
Instance Method Details
- (Object) logger
Return the base logger set for the library
35 36 37 |
# File 'lib/youtube_it.rb', line 35 def logger YouTubeIt.logger end |