Go to the source code of this file.
Value:
{ \ try \ { \ ACS_DEBUG("ACS_TEST_INIT_CORBA", "Initialising ORB ... "); \ orb = CORBA::ORB_init (argc, argv, 0); \ ACS_DEBUG ("ACS_TEST_INIT_CORBA", "ORB initialised !\n"); \ } \ catch(CORBA::Exception &ex) \ { \ ACE_PRINT_EXCEPTION (ex, "Failed to initalise ORB"); \ return -1; \ } \ }
{ \ LoggingProxy::init (m_logger); \ ACS_SHORT_LOG((LM_INFO, "Logging proxy successfully created !")); \ }