Module: ForgetThat

Defined in:
lib/forget_that.rb,
lib/forget_that/record.rb,
lib/forget_that/service.rb,
lib/forget_that/version.rb,
lib/generators/forget_that/install_generator.rb

Defined Under Namespace

Modules: Generators Classes: InvalidCollectionError, InvalidConfigError, Record, Service

Constant Summary collapse

VERSION =
'0.1.2'

Class Attribute Summary collapse

Class Attribute Details

.loggerObject



14
15
16
17
18
# File 'lib/forget_that.rb', line 14

def logger
  @logger ||= Logger.new($stdout).tap do |log|
    log.progname = name
  end
end