コード例 #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);
 }