summaryrefslogtreecommitdiffstats
path: root/src/sdk/constants.h
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@theqtcompany.com>2015-04-23 12:00:17 +0200
committerJarek Kobus <jaroslaw.kobus@theqtcompany.com>2015-04-24 12:57:10 +0000
commit2554ccb7ba4ef3103411e38b0c2d5d218217cccd (patch)
treec2ba19a0d5b834f2f5783c725dc115e3c3b4efbe /src/sdk/constants.h
parent61bf0345cdc86dc4053a5c2c1c3f782b5fd970ed (diff)
Enable logging categories as an installer option.
Now by default all categories are disabled. They get enabled only in verbose mode. Verbose mode enables all categories by default. Categories can be filtered using logging-rules option. Change-Id: I9324826a6e2d7a746e3d7369747fcd31a42b84b6 Reviewed-by: Karsten Heimrich <karsten.heimrich@theqtcompany.com> Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Diffstat (limited to 'src/sdk/constants.h')
-rw-r--r--src/sdk/constants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sdk/constants.h b/src/sdk/constants.h
index 089a3b6d4..db3f8af20 100644
--- a/src/sdk/constants.h
+++ b/src/sdk/constants.h
@@ -50,6 +50,7 @@ const char Updater[] = "updater";
const char ManagePackages[] = "manage-packages";
const char NoForceInstallation[] = "no-force-installations";
const char ShowVirtualComponents[] = "show-virtual-components";
+const char LoggingRules[] = "logging-rules";
const char CreateLocalRepository[] = "create-local-repository";
const char AddRepository[] = "addRepository";
const char AddTmpRepository[] = "addTempRepository";