Class: GRPC::DefaultLogger::NoopLogger

Inherits:
Object
  • Object
show all
Defined in:
src/ruby/lib/grpc/logconfig.rb

Overview

NoopLogger implements the methods of Ruby’s conventional logging interface that are actually used internally within gRPC with a noop implementation.

Instance Method Summary collapse

Instance Method Details

#debug(_ignored) ⇒ Object



32
33
# File 'src/ruby/lib/grpc/logconfig.rb', line 32

def debug(_ignored)
end

#info(_ignored) ⇒ Object



29
30
# File 'src/ruby/lib/grpc/logconfig.rb', line 29

def info(_ignored)
end

#warn(_ignored) ⇒ Object



35
36
# File 'src/ruby/lib/grpc/logconfig.rb', line 35

def warn(_ignored)
end