Commit Graph

19 Commits

Author SHA1 Message Date
David Rohr
639b287004 Suppress LOG messages with debug severity or less at compile time for release builds 2020-06-18 10:23:42 +02:00
Alexey Rybalchenko
d1f73fe9f0 Use prefixed macro names, allow suppressing unprefixed 2020-03-03 09:53:01 +01:00
Alexey Rybalchenko
2a7d4dfd9a Update docs 2019-08-27 13:40:01 +02:00
Alexey Rybalchenko
edbc8e6270 Further stream optimizations 2019-08-27 13:40:01 +02:00
Alexey Rybalchenko
afb468406a Optimize timestamps and colored severity output 2019-08-27 13:40:01 +02:00
Alexey Rybalchenko
a5f3e95238 Some formatting 2019-08-27 13:40:01 +02:00
Alexey Rybalchenko
d9ac93552e Implement LOGN for all sinks 2019-08-27 13:40:01 +02:00
Alexey Rybalchenko
dcc27744cd Add support for fmt/fmt::printf format 2019-08-27 13:40:01 +02:00
Alexey Rybalchenko
4b883688c9 Remove Log() function, do work in constructor 2019-08-27 13:40:01 +02:00
Dennis Klein
5eb2612636 Fix cppcoreguidelines-pro-bounds-array-to-pointer-decay 2019-07-19 09:44:41 +02:00
Alexey Rybalchenko
180acaae26 Allow use after static destruction took place 2019-01-17 14:12:14 +01:00
Alexey Rybalchenko
2d5dd004cb Expose color tools 2019-01-02 09:18:30 +01:00
Dennis Klein
3e1de0a17b Support user-defined verbosity formats
* Add `fair::Logger::DefineVerbosity(...)` API
* Add documentation to README
* Optionally support `BOOST_PRETTY_FUNCTION`
2019-01-02 09:18:30 +01:00
Alexey Rybalchenko
63820e5f2c Add cycle methods and verylow verbosity (msg only) 2018-05-09 15:30:01 +02:00
Alexey Rybalchenko
de02bd068f add string version of Logging() 2018-05-02 15:32:06 +02:00
Alexey Rybalchenko
42470d2090 Logger: handle nullptr. 2018-03-22 14:11:00 +01:00
Alexey Rybalchenko
a9f9030041 Logger: Allow adding custom sinks
(example in logger/loggerTest.cxx, docs in fairmq/docs/Logging.md)
2018-01-26 16:06:19 +01:00
Alexey Rybalchenko
a35a4f48a8 Logger: output only to stdout 2018-01-23 18:35:09 +01:00
Alexey Rybalchenko
58a80c7da3 Single Logger implementation for FairLogger & FairMQLogger 2018-01-16 22:53:26 +01:00