Method: RightDevelop::Utility::Shell#null_logger

Defined in:
lib/right_develop/utility/shell.rb

#null_loggerLogger

Creates a null logger.

Returns:

  • (Logger)

    the null logger



74
75
76
# File 'lib/right_develop/utility/shell.rb', line 74

def null_logger
  NullLoggerSingleton.instance
end