# File lib_ctrl/rucy/monitor.rb, line 125
    def capture_logging_error(exception, log_path)
      @logging_errors.push(LoggingErrorSample.new(exception, log_path))
      nil
    end