#include "sandesh/sandesh_trace.h"
#include "sandesh/common/vns_types.h"
#include "sandesh/common/vns_constants.h"
Go to the source code of this file.
#define CONFIG_CLIENT_DEBUG |
( |
|
obj, |
|
|
|
... |
|
) |
| |
Value:
} while (false)
#define CONFIG_CLIENT_DEBUG_LOG(obj, category,...)
#define CONFIG_CLIENT_TRACE(obj,...)
Definition at line 25 of file config_client_log.h.
#define CONFIG_CLIENT_DEBUG_LOG |
( |
|
obj, |
|
|
|
category, |
|
|
|
... |
|
) |
| |
Value:do { \
obj::Send(g_vns_constants.CategoryNames.find(category)->second, \
SandeshLevel::SYS_DEBUG, __FILE__, __LINE__, ##__VA_ARGS__); \
} \
} while (false)
Definition at line 17 of file config_client_log.h.
#define CONFIG_CLIENT_DEBUG_ONLY |
( |
|
obj, |
|
|
|
... |
|
) |
| |
Value:
} while (false)
#define CONFIG_CLIENT_DEBUG_LOG(obj, category,...)
Definition at line 39 of file config_client_log.h.
#define CONFIG_CLIENT_RABBIT_MSG_TRACE |
( |
|
obj, |
|
|
|
... |
|
) |
| |
Value:do { \
__VA_ARGS__); \
} \
} while (false)
SandeshTraceBufferPtr ConfigClientRabbitMsgTraceBuf
Definition at line 44 of file config_client_log.h.
#define CONFIG_CLIENT_TRACE |
( |
|
obj, |
|
|
|
... |
|
) |
| |
Value:do { \
} \
} while (false)
SandeshTraceBufferPtr ConfigClientTraceBuf
Definition at line 32 of file config_client_log.h.
#define CONFIG_CLIENT_WARN |
( |
|
obj, |
|
|
|
... |
|
) |
| |
Value:
} while (false)
#define CONFIG_CLIENT_WARN_LOG(obj, category,...)
#define CONFIG_CLIENT_TRACE(obj,...)
Definition at line 62 of file config_client_log.h.
#define CONFIG_CLIENT_WARN_LOG |
( |
|
obj, |
|
|
|
category, |
|
|
|
... |
|
) |
| |
Value:do { \
obj::Send(g_vns_constants.CategoryNames.find(category)->second, \
SandeshLevel::SYS_WARN, __FILE__, __LINE__, ##__VA_ARGS__); \
} \
} while (false)
Definition at line 54 of file config_client_log.h.