Alex Sigal - 2015-02-09

What is the best way to read logs from system under test with LinuxOS?

I used some options in the past but want to see if there are more ways (and easy way) to handle it?
I used share folder (using samba) on linux, I used scp and copy the file to local machine where
JSystem running, I used cat /var/log/xxxx and used getTestagainstObject.

Any other suggestions?
Thanks