summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/loggingutils.h
Commit message (Collapse)AuthorAgeFilesLines
* Restructure logging utilitiesArttu Tarkiainen2021-02-041-0/+129
Create a singleton-pattern class as an encapsulation unit for holding and altering the state of debug printing attributes. Move related code from various places under a single umbrella header file for logging utilities, with some minor stylistic changes & cleanup. This acts as a preparatory change for providing non-blocking headless CLI runs when there is no TTY attached - that will be fixed in a follow-up change. Change-Id: Ib7f72cf75362c3ea6713058e92eda997d6df55c3 Reviewed-by: Katja Marttila <katja.marttila@qt.io>