Home
last modified time | relevance | path

Searched refs:kLlInfo (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dmpl_logging.h125 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 Dmpl_logging.cpp34 [kLlDbg] = "D", [kLlLog] = "L", [kLlInfo] = "Info ", [kLlWarn] = "Warn ", [kLlErr] = "Error", [kLlFatal] = "Fatal"};

Completed in 2 milliseconds