Module: Google::APIClient::Logging

Included in:
Google::APIClient, Charset, Request
Defined in:
lib/google/api_client/logging.rb

Overview

Module to make accessing the logger simpler

Instance Method Summary collapse

Instance Method Details

#loggerLogger

Logger for the API client

Returns:

  • (Logger)

    logger instance.



24
25
26
# File 'lib/google/api_client/logging.rb', line 24

def logger
  Google::APIClient.logger
end