Пример #1
0
        private static void Main(string[] args)
        {
            _config = PioneerLogsTub.RegisterLogger();

            BusinessLogicLoop(Guid.NewGuid());

            Console.ReadLine();
            throw new Exception("Global exception test");
        }