The C Utility Toolkit
Go to the source code of this file.
Defines | |
| #define | LOG_MARK flogf("%s (%s:%u)",__FUNCTION__,__FILE__,__LINE__) |
Functions | |
| void | flogf_disable (void) |
| void | flogf_enable (void) |
| void | flogf_disableTime (void) |
| void | flogf_enableTime (void) |
| void | flogf_filename (const char *filename) |
| void | flogf (const char *msg0,...) |
|
|
|
|
||||||||||||
|
Logs stuff. Syntax is the same as printf()
|
|
|
Disables logging |
|
|
Disables time stamp |
|
|
Enables logging |
|
|
Enables time stamp |
|
|
Sets log filename
|
1.3.7