Searched refs:kLlInfo (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
H A D | mpl_logging.h | 125 enum LogLevel { kLlDbg, kLlLog, kLlInfo, kLlWarn, kLlErr, kLlFatal, kLlMax }; enumerator 278 #define PRINT_LEVEL_USER kLlInfo 282 if (PRINT_LEVEL_USER <= kLlInfo) { \ 283 logInfo.EmitLogForUser(num, kLlInfo, fmt, ##__VA_ARGS__); \ 289 if (PRINT_LEVEL_USER <= kLlInfo) { \ 290 logInfo.EmitLogForUser(num, kLlInfo, fmt, ##__VA_ARGS__); \
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/ |
H A D | mpl_logging.cpp | 34 [kLlDbg] = "D", [kLlLog] = "L", [kLlInfo] = "Info ", [kLlWarn] = "Warn ", [kLlErr] = "Error", [kLlFatal] = "Fatal"};
|
Completed in 2 milliseconds