module GRPC::DefaultLogger

DefaultLogger is a module included in GRPC if no other logging is set up for it. See ../spec/spec_helpers an example of where other logging is added.

Constants

LOGGER

Public Instance Methods

logger() click to toggle source
# File src/ruby/lib/grpc/logconfig.rb, line 35
def logger
  LOGGER
end