tool/TeamCity.Docker/ConsoleLogger.cs [59:71]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public void Details(string text, Result result = Result.Success) { if (_options.VerboseMode) { Log(text, result); } } public IDisposable CreateBlock(string blockName) { if (blockName == null) { throw new ArgumentNullException(nameof(blockName)); - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - tool/TeamCity.Docker/TeamCityLogger.cs [50:62]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public void Details(string text, Result result = Result.Success) { if (_options.VerboseMode) { Log(text, result); } } public IDisposable CreateBlock(string blockName) { if (blockName == null) { throw new ArgumentNullException(nameof(blockName)); - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -