/// <summary> /// Writes an IMachineStat to the front of a circular buffer in persistence layer /// </summary> public void LogStat(MachineStat stat) { _buf.PushStat(stat); }