summaryrefslogtreecommitdiffstats
path: root/common/log.cpp
Commit message (Collapse)AuthorAge
* Fromatted the whole codebase with clang-format.Christian Mollekopf2016-03-03
| | | | clang-format -i */**{.cpp,.h}
* Do use spaces and quotes on all messages.Christian Mollekopf2016-02-05
|
* Use a config file instead of environment variables for log settings.Christian Mollekopf2016-02-05
| | | | | | | | qputenv only modifies the env of the current process, so akonadish didn't work at all to change the settings. We might have to do some performance optimizations at some point, but for the time being this works.
* Logging cleanupChristian Mollekopf2016-02-05
|
* Set debug outputChristian Mollekopf2016-02-05
|
* Filter debug output by program name and areaChristian Mollekopf2016-02-04
|
* Log: fixed colors, updated output format and introduced debug areasChristian Mollekopf2016-02-03
|
* Enabled and fixed a bunch of warningsChristian Mollekopf2016-01-31
|
* Renamed Akonadi2 to SinkChristian Mollekopf2016-01-20
| | | | (except for documentation).
* more helpersAaron Seigo2016-01-10
|
* CleanupChristian Mollekopf2015-10-21
|
* Color log messagesChristian Mollekopf2015-10-20
|
* A way to set the debuglevel.Christian Mollekopf2015-08-13
| | | | | | Unittests can set the level themselves (so i.e. benchmarks don't print a shitload of messages), while in normal operation we can set it from the environment. There's no override currently, but first things first.
* Warning on command failure, null debugstream to ignore messagesChristian Mollekopf2015-07-23
|
* LoggingChristian Mollekopf2015-05-01
|
* Colorized debug output a bitChristian Mollekopf2015-04-15
|
* Resource crashhandler and logging facilities.Christian Mollekopf2015-03-31