#include <stdio.h>#include <stdlib.h>#include <stdbool.h>#include <string.h>#include <stdarg.h>#include <unistd.h>#include "qDecoder.h"
Go to the source code of this file.
FunctionsTitleTestFour | |
| bool | qLog (Q_LOG *log, const char *format,...) |
| bool | qLogClose (Q_LOG *log) |
| bool | qLogFlush (Q_LOG *log) |
| Q_LOG * | qLogOpen (const char *logbase, const char *filenameformat, int rotateinterval, bool flush) |
| bool | qLogSetConsole (Q_LOG *log, bool consoleout) |
Definition in file qLog.c.
1.5.7.1