Releases: FairRootGroup/FairLogger
Releases · FairRootGroup/FairLogger
v2.3.2
Compare
Sorry, something went wrong.
No results found
rbx
released this
17 Mar 11:02
Fix FairLogger crash when used with C++23
v2.3.1
Compare
Sorry, something went wrong.
No results found
rbx
released this
25 Nov 08:51
v2.3.0
Compare
Sorry, something went wrong.
No results found
rbx
released this
11 Aug 09:05
Add LOGFD and LOGPD macros
CI: Move from Jenkins to GitHub CI
v2.2.0
Compare
Sorry, something went wrong.
No results found
rbx
released this
19 May 10:57
CMake: remove C from project languages.
v2.1.0
Compare
Sorry, something went wrong.
No results found
rbx
released this
06 Feb 14:33
Add "critical" severity level between "fatal" and "error".
v2.0.0
Compare
Sorry, something went wrong.
No results found
rbx
released this
23 May 20:15
Optimization: Avoid extra allocation when creating the LogMetaData. BREAKING CHANGE : members of LogMetaData (that is passed to users of custom sink) have different data types now:
- std::string process_name;
- std::string file;
- std::string line;
- std::string func;
- std::string severity_name;
+ std::string_view process_name;
+ std::string_view file;
+ std::string_view line;
+ std::string_view func;
+ std::string_view severity_name;
Depending on how these were used, may require no modification in user code.
Requirements: Bump minimum required C++ standard to C++17.
Bugfix: Avoid semicolon insertion when modifying linker flags.
Contributors : @dennisklein , @ktf , @rbx
Full Changelog : v1.11.1...v2.0.0
v1.11.1
Compare
Sorry, something went wrong.
No results found
rbx
released this
18 Oct 18:24
Bugfix: add missing mapping from "fatal"/"FATAL" severities to Severity::fatal.
v1.11.0
Compare
Sorry, something went wrong.
No results found
rbx
released this
12 Apr 09:04
Add 'detail' severity between 'debug' and 'info'.
v1.10.4
Compare
Sorry, something went wrong.
No results found
rbx
released this
26 Nov 10:48
Adapt to fmt's deprecation of format_to memory buffer overload
v1.10.3
Compare
Sorry, something went wrong.
No results found
rbx
released this
25 Nov 13:32
Deprecate uppercase severity names