The C Utility Toolkit
#include <cutk/log.h>#include <stdio.h>#include <stdarg.h>#include <stdlib.h>#include <string.h>#include <time.h>#include <limits.h>Functions | |
| void | flogf_filename (const char *filename) |
| void | flogf_disable (void) |
| void | flogf_enable (void) |
| void | flogf_disableTime (void) |
| void | flogf_enableTime (void) |
| void | flogf (const char *msg,...) |
|
||||||||||||
|
Logs stuff. Syntax is the same as printf()
|
|
|
Disables logging |
|
|
Disables time stamp |
|
|
Enables logging |
|
|
Enables time stamp |
|
|
Sets log filename
|
1.3.7