Added optional millisecond precision to logfiles and created the changelog document.

This commit is contained in:
Markus Makela
2015-02-24 18:10:16 +02:00
parent b4fa4cc1c1
commit ad49c5f402
7 changed files with 106 additions and 9 deletions

View File

@ -119,7 +119,7 @@ int skygw_log_write_flush(logfile_id_t id, const char* format, ...);
int skygw_log_enable(logfile_id_t id);
int skygw_log_disable(logfile_id_t id);
void skygw_log_sync_all(void);
void skygw_set_highp(int);
EXTERN_C_BLOCK_END
const char* get_trace_prefix_default(void);