예제 #1
0
파일: Bounce.cs 프로젝트: dlsteuer/bounce
        public static void SetUp(Arguments arguments)
        {
            var commandLine = new LogOptionCommandLineParser().ParseCommandLine(arguments);

            Log   = new Log(Console.Out, Console.Error, commandLine, new DefaultLogFormatter());
            Shell = new Shell(Log);
        }
예제 #2
0
파일: Bounce.cs 프로젝트: joshski/bounce
 public static void SetUp(Arguments arguments)
 {
     var commandLine = new LogOptionCommandLineParser().ParseCommandLine(arguments);
     Log = new Log(Console.Out, Console.Error, commandLine, new DefaultLogFormatter());
     Shell = new Shell(Log);
 }