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

namespace TeamCity.MSBuild.Logger { using JetBrains.Annotations; internal interface IConsole { void Write([CanBeNull] string text); } }