#include <sandesh/sandesh_trace.h>
#include <sandesh/common/vns_types.h>
#include <sandesh/common/vns_constants.h>
#include <string>
#include <vector>
#include <map>
#include <ctime>
Go to the source code of this file.
#define ARRAYBYTES_FILL |
( |
|
obj, |
|
|
|
val |
|
) |
| (obj).assign((val)); |
#define GENERIC_RAW_ARRAY |
( |
|
obj | ) |
obj.c_array() |
#define VERSION_LOG |
( |
|
obj, |
|
|
|
categ, |
|
|
|
... |
|
) |
| |
Value:do {\
obj::Send(g_vns_constants.CategoryNames.find(categ)->second,\
SandeshLevel::SYS_INFO, __FILE__, __LINE__, ##__VA_ARGS__);\
} while (false)
Definition at line 24 of file misc_utils.h.
#define VERSION_TRACE |
( |
|
obj, |
|
|
|
... |
|
) |
| |
Value:do { \
} while (false)
SandeshTraceBufferPtr VersionTraceBuf
Definition at line 20 of file misc_utils.h.
#define VERSION_TRACE_BUF "VersionTrace" |