Skip to content

Release_1.4.1

Compare
Choose a tag to compare
@pippocao pippocao released this 30 Aug 14:33
· 177 commits to main since this release
  • New Feature : Console Buffer: In addition to passively intercepting the output of console appenders through console callbacks, it is also possible to cache the output of console appenders through a console buffer and actively retrieve it via API.
  • Bug fix: Fix the compiling issue with C++ 20.
  • Bug fix: Fix the issue where JNI_Onload sometimes is not called.