C/C++
dynlog.txt
Associated article: Dynamic Logging & the CORBA Notification Service
Tags: C/C++
Published source code accompanying the article by Tarak Modi in which he examines CORBA's Notification service and proposes a low-overhead approach to debugging distributed systems. Also see DYNLOG.ZIP.
Dynamic Logging & the CORBA Notification Service
by Tarak Modi
Listing One
// domain, type, event name
EventType type = new EventType ("example", "test");
FixedEventHeader fixed = new FixedEventHeader (type, "event");
// variable header, NV Pairs
// Let's add ...


