#include <time.h>
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include "output.h"
#include "utilities.h"
Functions | |
void | do_output (int logCategory, int logArea, const char *format,...) |
int | do_voutput (int logCategory, int logArea, const char *format, va_list a) |
void | do_output_time (int logCategory, int logArea, const char *s) |
void | enable_memory_usage_output () |
void | output_current_memory_usage (int logArea, const char *contextString) |
Variables | |
static int | global_memory_usage_output_flag = 0 |
void do_output | ( | int | logCategory, | |
int | logArea, | |||
const char * | format, | |||
... | ||||
) |
void do_output_time | ( | int | logCategory, | |
int | logArea, | |||
const char * | s | |||
) |
int do_voutput | ( | int | logCategory, | |
int | logArea, | |||
const char * | format, | |||
va_list | a | |||
) |
void enable_memory_usage_output | ( | void | ) |
void output_current_memory_usage | ( | int | logArea, | |
const char * | contextString | |||
) |
int global_memory_usage_output_flag = 0 [static] |