I have file on SD-CARD and my app using it as log file.
Is it possible through the adb to watch file with all changes in real time?
Like with tail -f /sdcard/myfile.log
But remember that you should have root access to install busybox. If you are using the emulator check this one:
How to get root access on Android emulator?