Searched refs:JERRY_LOG_LEVEL_TRACE (Results 1 – 4 of 4) sorted by relevance
84 JERRY_LOG_LEVEL_TRACE /**< detailed info about engine internals, potentially high volume */ enumerator
93 #define JERRYX_TRACE_MSG(...) jerry_port_log (JERRY_LOG_LEVEL_TRACE, __VA_ARGS__)
118 #define JERRY_TRACE_MSG(...) jerry_port_log (JERRY_LOG_LEVEL_TRACE, __VA_ARGS__)
48 JERRY_LOG_LEVEL_TRACE /**< detailed info about engine internals, potentially high volume */