# File bin/el4r-instance, line 679
    def el4r_log(msg)
      @log.print(Time.now, ":")
      @log.puts(msg); @log.flush
    end