1 #include "Logging_Service_i.h"
5 ACE_TMAIN(int argc
, ACE_TCHAR
*argv
[])
7 // Set TAO_debug_level to 0 to ensure silent running unless
8 // debugging is explicitly invoked
11 Logger_Server log_server
;
15 int ret
= log_server
.init (argc
, argv
);
23 catch (const CORBA::SystemException
& sysex
)
25 sysex
._tao_print_exception ("System Exception");
28 catch (const CORBA::UserException
& userex
)
30 userex
._tao_print_exception ("User Exception");