jerryscript-project / jerryscript

Ultra-lightweight JavaScript engine for the Internet of Things.
https://jerryscript.net
Apache License 2.0
6.94k stars 672 forks source link

Fix logging related issues #4971

Closed dbatyai closed 2 years ago

dbatyai commented 2 years ago

PR #4907 moved the log level into the engine context, however this caused issues with logging without the engine being initialized. This commit reverts the log level to be a static variable.

This commit also implements missing format specifiers for jerry_log.