首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > CSV文件格式的日志

CSV文件格式的日志

  • 资源大小:1.83 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: CSV 文件 日志 格式

资 源 简 介

Supports csv format files for loging. Adding line by line csv formated log file. Not yet many features. Made for personal use. For commercial use also allowed ;]. HowTo cl = csvlog_create( "./log.csv", "id,name,surname" ); csvlog_set( cl, "id", "1" ); csvlog_set( cl, "name", "john" ); csvlog_nl( cl ); csvlog_set( cl, "surname", "backer" ); csvlog_nl( cl ); csvlog_sets( cl, "id", ""); csvlog_sets( cl, "name", "a"); csvlog_sets( cl, "surname", "a""d"); csvlog_nl( cl ); csvlog_nl( cl ); csvlog_close( cl ); result file is 1,john,,,backer"","a","a""""d",, Future features Auto timestamp [0001.1212]1,"asd","asd" Base64 if binary files will be log

文 件 列 表

csvlog1.0
csvlog.c
csvlog.h
Makefile
test.c
VIP VIP
0.180301s