Functions | |
int | lub_dump_printf (const char *fmt,...) |
void | lub_dump_indent (void) |
void | lub_dump_undent (void) |
By indenting and undenting the output, printing nested debug messages is made easy.
void lub_dump_indent | ( | void | ) |
This operation indicates that the offset for messages should be increased by one level.
int lub_dump_printf | ( | const char * | fmt, | |
... | ||||
) |
This operation behaves identically to the standard printf() function with the exception that the offset at the begining of the line is determined by the current indent settings.
fmt | printf-like format string |
void lub_dump_undent | ( | void | ) |
This operation indicates that the offset for messages should be decreased by one level.