cpLogTestTrafficGenerator.cxx
上传用户:sy_wanhua
上传日期:2013-07-25
资源大小:3048k
文件大小:0k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

C/C++

  1. #include "stdio.h"
  2. #include "cpLog.h"
  3. int main()
  4. {
  5.     char* message = "All work and no play makes Quinny a dull boy.";
  6.     if (! cpLogOpen ("/usr/local/vocal/log/test"))
  7.     {
  8. printf ("Could not open the filen");
  9.     }
  10.     while (1)
  11.     {
  12. cpLog (LOG_ERR, message);
  13.     }
  14. }