From c522fd5de907fb264e24eed842e28d9ac56bce0c Mon Sep 17 00:00:00 2001 From: Jarek Kobus Date: Fri, 24 Apr 2015 13:32:57 +0200 Subject: Add more logging categories. Change-Id: I1c7dabfd16a69ef5a3e5aaa490036de061f1fd13 Reviewed-by: Karsten Heimrich --- src/sdk/commandlineparser.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/sdk/commandlineparser.cpp') diff --git a/src/sdk/commandlineparser.cpp b/src/sdk/commandlineparser.cpp index abf8abea6..4a1f0080f 100644 --- a/src/sdk/commandlineparser.cpp +++ b/src/sdk/commandlineparser.cpp @@ -82,6 +82,8 @@ CommandLineParser::CommandLineParser() "Comma separated logging rules have the following syntax: " "loggingCategory=true/false. " "Passing empty logging rules enables all logging categories. " + "The following rules enable a single category: " + "ifw.*=false,ifw.category=true " "The following logging categories are available:\n") + QInstaller::loggingCategories().join(QLatin1Char('\n')), QLatin1String("rules"))); -- cgit v1.2.3