cpLogTestTrafficGenerator.cxx
上传用户:sy_wanhua
上传日期:2013-07-25
资源大小:3048k
文件大小:0k
源码类别:
流媒体/Mpeg4/MP4
开发平台:
C/C++
- #include "stdio.h"
- #include "cpLog.h"
- int main()
- {
- char* message = "All work and no play makes Quinny a dull boy.";
- if (! cpLogOpen ("/usr/local/vocal/log/test"))
- {
- printf ("Could not open the filen");
- }
- while (1)
- {
- cpLog (LOG_ERR, message);
- }
- }