#include "config_json_parser.h"
#include <boost/lexical_cast.hpp>
#include <sandesh/request_pipeline.h>
#include <string>
#include "config-client-mgr/config_client_manager.h"
#include "ifmap/ifmap_log.h"
#include "ifmap/ifmap_log_types.h"
#include "ifmap/ifmap_sandesh_context.h"
#include "ifmap/ifmap_server_show_types.h"
#include "base/autogen_util.h"
#include "schema/bgp_schema_types.h"
#include "schema/vnc_cfg_types.h"
#include "config-client-mgr/config_client_show_types.h"
#include "config-client-mgr/config_client_log_types.h"
#include "config-client-mgr/config_cass2json_adapter.h"
#include "config-client-mgr/config_amqp_client.h"
#include "config-client-mgr/config_db_client.h"
Go to the source code of this file.
#define CONFIG_PARSE_ASSERT |
( |
|
t, |
|
|
|
condition, |
|
|
|
key, |
|
|
|
value |
|
) |
| |
Value:do { \
if (condition) \
Category::IFMAP, key, value, adapter.type(), \
key, value, adapter.type(), adapter.uuid()); \
assert(false); \
return false; \
} while (false)
static bool assert_on_parse_error()
#define IFMAP_TRACE(obj,...)
#define IFMAP_WARN_LOG(obj, category,...)
Definition at line 30 of file config_json_parser.cc.