#include <stdarg.h>#include "../oawconfig.h"Include dependency graph for logc.h:

Go to the source code of this file.
Defines | |
| #define | OAW_MSG_INFO 0 |
| #define | OAW_MSG_WARNING 1 |
| #define | OAW_MSG_ERROR 2 |
Functions | |
| OAW_BEGIN_NAMESPACE typedef void | _msgFunc (int, const char *, void *) |
| OAW_DLLMAPPING void | msg (int nType, char *pFormat, va_list argList) |
| OAW_DLLMAPPING void | msg (char *pFormat...) |
| OAW_DLLMAPPING void | msgError (char *pFormat...) |
| OAW_DLLMAPPING void | msgWarning (char *pFormat...) |
| OAW_DLLMAPPING void | setMsgFile (const char *) |
| OAW_DLLMAPPING void | setMsgCallback (_msgFunc *, void *) |
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
1.3-rc2