Class: Prisma::NullLogger
- Inherits:
-
Object
- Object
- Prisma::NullLogger
- Defined in:
- lib/prisma/null_logger.rb
Overview
Default logger which acts like a black hole
Instance Method Summary collapse
-
#method_missing(method, *args, &block) ⇒ Object
Responds to everything, does nothing and returns nil.
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 |