#include "nq_system.h"
#include <assert.h>
#include "PlatformSW.h"
#include "NQDeclarations.h"
#include "NQLogging.h"
Go to the source code of this file.
Functions | |
void | exampleNQLoggingSetParameters (int aType, const char *aSrcFile, const int aLine) |
void | exampleNQLoggingHandler (const char *aFormatString,...) |
Variables | |
const char * | gNQLoggingSrcFile = NULL |
int | gNQLoggingType = 0 |
int | gNQLoggingLine = 0 |
void exampleNQLoggingHandler | ( | const char * | aFormatString, | |
... | ||||
) |
Definition at line 21 of file NQLogging.cpp.
void exampleNQLoggingSetParameters | ( | int | aType, | |
const char * | aSrcFile, | |||
const int | aLine | |||
) |
Definition at line 14 of file NQLogging.cpp.
int gNQLoggingLine = 0 |
Definition at line 11 of file NQLogging.cpp.
Referenced by exampleNQLoggingHandler(), and exampleNQLoggingSetParameters().
const char* gNQLoggingSrcFile = NULL |
Definition at line 9 of file NQLogging.cpp.
Referenced by exampleNQLoggingHandler(), and exampleNQLoggingSetParameters().
int gNQLoggingType = 0 |
Definition at line 10 of file NQLogging.cpp.
Referenced by exampleNQLoggingHandler(), and exampleNQLoggingSetParameters().