Module: GRPC::DefaultLogger

Included in:
GRPC
Defined in:
src/ruby/lib/grpc/logconfig.rb

Overview

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.

Defined Under Namespace

Classes: NoopLogger

Instance Method Summary collapse

Instance Method Details

#loggerObject



20
21
22
# File 'src/ruby/lib/grpc/logconfig.rb', line 20

def logger
  LOGGER
end