# File lib/dm-core/support/logger.rb, line 7
    def initialize(*)
      super
      self.auto_flush = true
      DataMapper.logger = self
    end