spidr
spidr copied to clipboard
Add Logging
Add optional Logging/debug output to Spidr::Agent
. Agent#initialize
should accept a logger
option for passing in custom Logger compatible objects. It should also support a logging: true|false
option, which initializes @logger
to a new Logger
instance.