コード例 #1
0
ファイル: Program.cs プロジェクト: PioneerCode/pioneer-logs
        private static void Main(string[] args)
        {
            _config = PioneerLogsTub.RegisterLogger();

            BusinessLogicLoop(Guid.NewGuid());

            Console.ReadLine();
            throw new Exception("Global exception test");
        }
コード例 #2
0
 static PioneerLogsTub()
 {
     Configuration = new PioneerLogsConfiguration();
 }