清单 1. EventChannel.idl
module logging
{
  interface LogService
  {
    void  send(in string str);
  };
};
© . All rights reserved.