public static Wireup LogToConsoleWindow(this Wireup wireup) { return wireup.LogTo(type => new ConsoleWindowLogger(type)); }
public static Wireup LogToOutputWindow(this Wireup wireup) { return wireup.LogTo(type => new OutputWindowLogger(type)); }