Module: YTAnalytics::Logging
- Included in:
- Client, Model::DemographicMetrics, Model::TemporalMetrics, Model::WatchTimeMetrics, YTAuth::Authentication
- Defined in:
- lib/yt_analytics.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
48 49 50 |
# File 'lib/yt_analytics.rb', line 48 def logger YTAnalytics.logger end |