module Dynamo::Record
Constants
- VERSION
Attributes
logger[W]
Public Class Methods
logger()
click to toggle source
# File lib/dynamo/record.rb, line 29 def logger @logger ||= Logger.new($stdout).tap { |log| log.progname = name } end