Module: Gapic::LoggingConcerns

Included in:
Rest::ClientStub, ServiceStub
Defined in:
lib/gapic/logging_concerns.rb

Overview

A mixin module that handles logging setup for a stub.

Instance Attribute Summary collapse

Instance Attribute Details

#loggerLogger (readonly)

The logger for this object.

Returns:

  • (Logger)


29
30
31
# File 'lib/gapic/logging_concerns.rb', line 29

def logger
  @logger
end