コード例 #1
0
 public TeamCityServiceMessages()
 {
     Formatter       = new ServiceMessageFormatter();
     Updaters        = new IServiceMessageUpdater[] { new TimestampUpdater(() => DateTime.Now) };
     FlowIdGenerator = new DefaultFlowIdGenerator();
 }