Searched refs:kLlLog (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
H A D | mpl_logging.h | 78 // When PRINT_LEVEL_DEV is set to kLlLog, DBG messages are not printed. 125 enum LogLevel { kLlDbg, kLlLog, kLlInfo, kLlWarn, kLlErr, kLlFatal, kLlMax }; enumerator 144 static std::ostream &MapleLogger(LogLevel level = kLlLog); 174 #define PRINT_LEVEL_DEV kLlLog 179 if (PRINT_LEVEL_DEV <= kLlLog) { \ 180 logInfo.EmitLogForDev(tag, kLlLog, __FILE_NAME__, __FUNCTION__, __LINE__, fmt, ##__VA_ARGS__); \ 192 // if (PRINT_LEVEL_DEV <= kLlLog) { \ 193 // logInfo.EmitLogForDev(tag, kLlLog, __FILE__, __FUNCTION__, __LINE__, 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"}; 101 if (level == kLlLog) { in MapleLogger()
|
Completed in 2 milliseconds