Skip to content

Released version 2.0.0

Latest
Compare
Choose a tag to compare
@filipdutescu filipdutescu released this 27 Mar 20:30
· 5 commits to master since this release

New Features

  • Made all loggers thread-safe
  • Added automatic OS detection with predefined macros

Changes

  • Removed unnecessary const value returns (i.e.: LogLevel sblogger::Logger::GetLoggingLevel())
  • Removed rvalue overloads to methods and constructors, due to lack of purpose, when using const references

Bug Fixes

  • Fixed call of strrchr which could return nullptr, leading to a runtime error/crash
  • Removed non standard compliant inlines from code