# File lib/genome-lib/threads.rb, line 19
    def log(msg)
      @logger.debug(msg) unless @logger.nil?
    end