Module: StdoutLogger

Included in:
GRPC
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/grpc-1.50.0-x86_64-linux/src/ruby/bin/math_client.rb

Constant Summary collapse

LOGGER =
Logger.new(STDOUT)

Instance Method Summary collapse

Instance Method Details

#loggerObject



35
36
37
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/grpc-1.50.0-x86_64-linux/src/ruby/bin/math_client.rb', line 35

def logger
  LOGGER
end