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



45
46
# File 'src/ruby/lib/grpc/logconfig.rb', line 45

def debug(_ignored)
end

#info(_ignored) ⇒ Object



42
43
# File 'src/ruby/lib/grpc/logconfig.rb', line 42

def info(_ignored)
end

#warn(_ignored) ⇒ Object



48
49
# File 'src/ruby/lib/grpc/logconfig.rb', line 48

def warn(_ignored)
end