#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 EQL_DEBUG |
( |
|
obj, |
|
|
|
arg |
|
) |
| |
Value:do { \
std::ostringstream _os; \
_os << arg; \
} while (false)
#define EQL_DEBUG_LOG(obj, category,...)
#define EQL_TRACE(obj,...)
Definition at line 25 of file eql_log.h.
#define EQL_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 eql_log.h.
#define EQL_DEBUG_ONLY |
( |
|
obj, |
|
|
|
... |
|
) |
| |
Value:
} while (false)
#define EQL_DEBUG_LOG(obj, category,...)
Definition at line 42 of file eql_log.h.
#define EQL_TRACE |
( |
|
obj, |
|
|
|
... |
|
) |
| |
Value:do { \
obj::TraceMsg(
EqlTraceBuf, __FILE__, __LINE__, __VA_ARGS__); \
} \
} while (false)
SandeshTraceBufferPtr EqlTraceBuf
Definition at line 35 of file eql_log.h.
#define EQL_TRACE_BUF "EtcdClientTraceBuf" |
#define EQL_WARN |
( |
|
obj, |
|
|
|
... |
|
) |
| |
Value:
} while (false)
#define EQL_WARN_LOG(obj, category,...)
#define EQL_TRACE(obj,...)
Definition at line 57 of file eql_log.h.
#define EQL_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 49 of file eql_log.h.