C++ Instrument Catalog
|
#include <regex>
#include <fstream>
#include <sstream>
#include "MFCController.h"
#include "OSDefines.h"
Go to the source code of this file.
Macros | |
#define | LOG(__msg__, __level__, __location__) l_SendLogMessage(__msg__, __level__, "", __location__ ) |
#define | DIR_SEP '/' |
Definition in file MFCController.cpp.
#define DIR_SEP '/' |
Definition at line 20 of file MFCController.cpp.
#define LOG | ( | __msg__, | |
__level__, | |||
__location__ | |||
) | l_SendLogMessage(__msg__, __level__, "", __location__ ) |
Definition at line 15 of file MFCController.cpp.