static void waitUntilAllTailsStarted(TailFile... tails) { while (!allTailsStarted(tails)) sleep(10); }