#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 | IFMAP_DEBUG_LOG(obj, category,...) |
|
#define | IFMAP_TRACE(obj,...) |
|
#define | IFMAP_DEBUG(obj,...) |
|
#define | IFMAP_DEBUG_ONLY(obj,...) |
|
#define | IFMAP_XMPP_TRACE(obj,...) |
|
#define | IFMAP_XMPP_DEBUG(obj,...) |
|
#define | IFMAP_UPD_SENDER_TRACE(obj,...) |
|
#define | IFMAP_WARN_LOG(obj, category,...) |
|
#define | IFMAP_WARN(obj,...) |
|
#define | IFMAP_XMPP_WARN(obj,...) |
|
#define IFMAP_DEBUG |
( |
|
obj, |
|
|
|
... |
|
) |
| |
Value:
} while (false)
#define IFMAP_DEBUG_LOG(obj, category,...)
#define IFMAP_TRACE(obj,...)
Definition at line 33 of file ifmap_log.h.
#define IFMAP_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 18 of file ifmap_log.h.
#define IFMAP_DEBUG_ONLY |
( |
|
obj, |
|
|
|
... |
|
) |
| |
Value:
} while (false)
#define IFMAP_DEBUG_LOG(obj, category,...)
Definition at line 39 of file ifmap_log.h.
#define IFMAP_TRACE |
( |
|
obj, |
|
|
|
... |
|
) |
| |
Value:do { \
} \
} while (false)
SandeshTraceBufferPtr IFMapTraceBuf
Definition at line 26 of file ifmap_log.h.
#define IFMAP_UPD_SENDER_TRACE |
( |
|
obj, |
|
|
|
... |
|
) |
| |
Value:do { \
} \
} while (false)
SandeshTraceBufferPtr IFMapUpdateSenderBuf
Definition at line 57 of file ifmap_log.h.
#define IFMAP_WARN |
( |
|
obj, |
|
|
|
... |
|
) |
| |
Value:
} while (false)
#define IFMAP_TRACE(obj,...)
#define IFMAP_WARN_LOG(obj, category,...)
Definition at line 72 of file ifmap_log.h.
#define IFMAP_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 64 of file ifmap_log.h.
#define IFMAP_XMPP_DEBUG |
( |
|
obj, |
|
|
|
... |
|
) |
| |
Value:
} while (false)
#define IFMAP_XMPP_TRACE(obj,...)
#define IFMAP_DEBUG_LOG(obj, category,...)
Definition at line 51 of file ifmap_log.h.
#define IFMAP_XMPP_TRACE |
( |
|
obj, |
|
|
|
... |
|
) |
| |
Value:do { \
} \
} while (false)
SandeshTraceBufferPtr IFMapXmppTraceBuf
Definition at line 44 of file ifmap_log.h.
#define IFMAP_XMPP_WARN |
( |
|
obj, |
|
|
|
... |
|
) |
| |
Value:
} while (false)
#define IFMAP_XMPP_TRACE(obj,...)
#define IFMAP_WARN_LOG(obj, category,...)
Definition at line 78 of file ifmap_log.h.