I have now acheived communication with the logger.
in my last post i couldnt get adafruit data logger sketch to read SD card
using SDFat their logger sketch works
It was hard to find the the information as the reader is not pointed towards looking at the code for pin setup in my case pin 10 (Uno)
I have changed CS to pin 10
and further down the code SS to pin 10
as it would appear from the instruction in theheader for the code.
I think my problem is that the adafruit sketch is for Fat16 formatted SD cards and the SDfat sketch does not care
could someone please put some light on this issue for me and explain where im going wrong
I would prefer to use the Adafruit sketch as it alreadt has the real time clock reading time and not just mills.

