If you're parsing your log line per line, you could juste save line number from the last parsing. You would juste have then to start read it from the good line the next time.
Seeking is more usefull when you have to be in a very specific place in the file.