m_rKernelContext.getLogManager()<<Kernel::LogLevel_Info<<"New Tag received ("<<tag.padding<<", "<<tag.identifier<<", "<<tag.timestamp<<") at "<<posixTime<<" (posix time in ms)\n";
m_rKernelContext.getLogManager()<<Kernel::LogLevel_Trace<<"New Tag received ("<<tag.padding<<", "<<tag.identifier<<", "<<tag.timestamp<<") at "<<posixTime<<" (posix time in ms)\n";
// Check that the timestamp fits the current chunk.
// Check that the timestamp fits the current chunk.
if(tag.timestamp<m_previousPosixTime){
if(tag.timestamp<m_previousPosixTime){
m_rKernelContext.getLogManager()<<Kernel::LogLevel_Warning<<"The Tag has arrived before the beginning of the current chunk and will be inserted at the beginning of this chunk\n";
m_rKernelContext.getLogManager()<<Kernel::LogLevel_Trace<<"The Tag has arrived before the beginning of the current chunk and will be inserted at the beginning of this chunk\n";