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
-
#logger ⇒ Logger
readonly
The logger for this object.
Instance Attribute Details
#logger ⇒ Logger (readonly)
The logger for this object.
29 30 31 |
# File 'lib/gapic/logging_concerns.rb', line 29 def logger @logger end |