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.
      
  | 
  
| 
 This operation indicates that the offset for messages should be increased by one level. 
 
 
  | 
  
      
  | 
  ||||||||||||
| 
 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. 
 
 
 
  | 
  
      
  | 
  
| 
 This operation indicates that the offset for messages should be decreased by one level. 
 
 
  | 
  
 1.4.6