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
#logger ⇒ Object
35 36 37 |
# File 'src/ruby/lib/grpc/logconfig.rb', line 35 def logger LOGGER end |