#include <stdlib.h>#include <stdio.h>#include <time.h>#include <ctype.h>#include <math.h>#include <assert.h>#include <errno.h>#include <unistd.h>#include <string.h>#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <stdarg.h>#include <dirent.h>#include "common.h"
Go to the source code of this file.
Functions | |
| void | LogPrint (const char *format,...) |
| print a formatted line in the log file, open it if neccessary | |
Variables | |
| FILE * | logFile = NULL |
| void LogPrint | ( | const char * | format, | |
| ... | ||||
| ) |
print a formatted line in the log file, open it if neccessary
| format,... | the same format and arguments as for *printf |
Definition at line 44 of file log.c.
References currentTime, HWConfigType::fieldIdent, HWConfig, logFile, logInfo, HWConfigType::serialNumber, StrTimeNS(), and Titan2TimeType::usecond.
Referenced by CheckContinuity(), and CheckDiffConfig().
| FILE* logFile = NULL |
1.5.6