// Caveat: a shared pointer is used (instead of simply using this) to ensure that this instance of TagSession is still alive when the callback is called.
m_rKernelContext.getLogManager()<<Kernel::LogLevel_Info<<"New Tag received ("<<tag.padding<<", "<<tag.identifier<<", "<<tag.timestamp<<") at "<<posixTime<<" (posix time in ms)\n";
// Check that the timestamp fits the current chunk.