Say I have a simple console application:
public static class Program { private static ILog Log { get; set; } public static void Main() {
You have to configure a container somewhere. In console apps, Main() is usually that place.
Main()