Module: FileStore::Logger

Overview

Mix-in module for logging capabilities

Instance Attribute Summary collapse

Instance Attribute Details

#loggerObject

Accessor for the logging facility. Any logging facility must implement the methods ‘info’, ‘warn’, ‘error’ and ‘debug’



16
17
18
# File 'lib/filestore/log.rb', line 16

def logger
  @logger
end