Class: Prisma::NullLogger

Inherits:
Object
  • Object
show all
Defined in:
lib/prisma/null_logger.rb

Overview

Default logger which acts like a black hole

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(method, *args, &block) ⇒ Object

Responds to everything, does nothing and returns nil



5
6
# File 'lib/prisma/null_logger.rb', line 5

def method_missing(method, *args, &block)
end