Method: Keymap::Base#logger

Defined in:
lib/keymap/base.rb

#loggerObject

:singleton-method: Accepts a logger conforming to the interface of Log4r or the default Ruby 1.8+ Logger class, which is then passed on to any new database connections made and which can be retrieved on both a class and instance level by calling logger.



17
# File 'lib/keymap/base.rb', line 17

cattr_accessor :logger, :instance_writer => false