KernowCode.KTest.Logging.Loggers.WriteOutputLocations C# (CSharp) Method

WriteOutputLocations() public method

public WriteOutputLocations ( IEnumerable locations ) : void
locations IEnumerable
return void
        public void WriteOutputLocations(IEnumerable<string> locations)
        {
            WithLoggers(l=> l.WriteOutputLocations(locations.Except(l.GetOutputLocation())));
            WithLoggers(l=> l.WriteLine(""));
        }