easyloggingpp v9.96.7 Release Notes
Release Date: 2018-11-24 // over 2 years ago-
๐ Changelog v9.96.7
- โ Adds support for compiling easyloggingpp using Emscripten. This allows the library to be compiled into Javascript or WebAssembly and run in the browser while logging to the browser's Javascript console.
๐ Changelog v9.96.6
- Storage constructor (indirectly) attempts to access elStorage before it's initialized (issue #660)
- ๐ Fixed unused variable warning while build without performance logging feature
- โก๏ธ Updated license
Previous changes from v9.96.5
-
๐ Change Log
๐ Fixes
- ๐ฒ Check for level enabled when using custom log message (Advanced) (issue #666)
- ๐ฆ Ignore interruption signal crash log