TeamCity.MSBuild.Logger/IDiagnostics.cs (8 lines of code) (raw):

namespace TeamCity.MSBuild.Logger { using System; internal interface IDiagnostics { void Send(Func<string> diagnosticsBuilder); } }