Searched defs:LOGE (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/toolchain/common/ |
| D | log_wrapper.h | 75 #define LOGE(fmt, ...) StdLog::PrintLog(LogLevel::ERROR, fmt, ##__VA_ARGS__) macro 81 #define LOGE(fmt, ...) HILOG_ERROR(LOG_CORE, fmt, ##__VA_ARGS__) macro
|
| /arkcompiler/ets_frontend/ets2panda/bindings/native/include/ |
| D | interop-logging.h | 28 #define LOGE(msg, ...) fprintf(stderr, msg "\n", __VA_ARGS__); macro
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|