private static void CurrentDomainProcessExit(object sender, EventArgs e) { HbRelogManager.Shutdown(); }
private static void CurrentDomain_UnhandledException(object sender, UnhandledExceptionEventArgs e) { HbRelogManager.Shutdown(); }