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



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

def debug(_ignored)
end

#info(_ignored) ⇒ Object



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

def info(_ignored)
end

#warn(_ignored) ⇒ Object



50
51
# File 'src/ruby/lib/grpc/logconfig.rb', line 50

def warn(_ignored)
end