示例#1
0
 public void Write(IHyperCube <double> newPoint, IDictionary <string, string> tags)
 {
     if (log.IsInfoEnabled)
     {
         log.Info(new SysConfigLogInfo(LoggerMhHelper.CreateNoScore(newPoint), tags));
     }
 }
示例#2
0
 public void Write(IHyperCube <double> newPoint, IDictionary <string, string> tags)
 {
     queue.Enqueue(new SysConfigLogInfo(LoggerMhHelper.CreateNoScore(newPoint), tags));
 }