Home
last modified time | relevance | path

Searched refs:LOG_JSON (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
Djson_parser.cpp21 #define LOG_JSON(level) LOG(level, COMMON) << "JsonParser: " << std::string(log_recursion_level_, '… macro
43 LOG_JSON(INFO) << "Successfully parsed JSON-object"; in Parse()
46 LOG_JSON(ERROR) << "Parsing failed"; in Parse()
52 LOG_JSON(DEBUG) << "Parsing object"; in GetJsonObject()
70 LOG_JSON(DEBUG) << "Got a comma-separator, getting a new \"key-value\" pair"; in GetJsonObject()
85 LOG_JSON(ERROR) << "Error while getting a key"; in InsertKeyValuePairIn()
89 LOG_JSON(ERROR) << "Expected ':' between key and value:"; in InsertKeyValuePairIn()
106 LOG_JSON(ERROR) << "Key \"" << key << "\" must be unique"; in InsertKeyValuePairIn()
113 LOG_JSON(DEBUG) << "Added entry with key \"" << key << "\""; in InsertKeyValuePairIn()
114 LOG_JSON(DEBUG) << "Parsed `key: value` pair:"; in InsertKeyValuePairIn()
[all …]