Searched refs:DBG (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
H A D | mpl_logging.h | 42 // Level 0 (DBG) - These are messages for debugging purposes, used by the 58 // DBG and LOG are only for developers' use. INFO, WARN, ERR and FATAL are 77 // the macro PRINT_LEVEL_DEV is a filter for DBG messages in developer builds. 78 // When PRINT_LEVEL_DEV is set to kLlLog, DBG messages are not printed. 84 // In the case of DBG and LOG, the message needs to print the name of the SW 107 // EmitLogForDev() - for DBG and LOG 113 // DBG and LOG send their messages to stdout, and provide additional date and time 177 #define DBG(tag, fmt, ...) \ macro 184 #define DBG(tag, fmt, ...) macro
|
Completed in 2 milliseconds