Exception: ActiveLogger::LoggerNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/active_logger/repository.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#messageObject



8
9
10
# File 'lib/active_logger/repository.rb', line 8

def message
  "Could not find a ActiveLogger::Logger instance with the name '#{super}'"
end