libkovan  1
The kovan standard library
datalog.h File Reference
#include "export.h"
#include "vtable.h"

Go to the source code of this file.

Functions

VF EXPORT_SYM void datalog_remove_category (const char *name)
 
VF EXPORT_SYM void datalog_append_string (const char *text, const char *category)
 
VF EXPORT_SYM void datalog_append_number (double number, const char *category)
 
VF EXPORT_SYM void datalog_remove (int index, const char *category)
 
VF EXPORT_SYM int datalog_write_plain (const char *path)
 
VF EXPORT_SYM int datalog_write_csv (const char *path)
 
VF EXPORT_SYM void datalog_clear ()
 

Detailed Description

Author
Braden McDorman