Exemplo n.º 1
0
 public TeamCityLogFormatter(string flowId = null, bool doAsyncExceptionCleanup = true)
 {
     _doAsyncExceptionCleanup = doAsyncExceptionCleanup;
     _flowIdClause            = TeamCityLogUtils.FlowIdClause(flowId);
 }
Exemplo n.º 2
0
 private static string Escape(string str)
 {
     return(TeamCityLogUtils.Escape(str));
 }