![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Functions | |
| QString | levelToString (const QQmlJS::LoggerCategory &category) |
| static QStringList | settingsNamesForCategory (const LoggerCategory &category) |
| static QString | lookInSettings (const LoggerCategory &category, const QQmlToolingSettings &settings, const QString &settingsName) |
| static QString | levelValueForCategory (const LoggerCategory &category, const QQmlToolingSettings &settings, QCommandLineParser *parser) |
| bool | applyLevelToCategory (const QStringView level, LoggerCategory &category) |
| void | updateLogLevels (QList< LoggerCategory > &categories, const QQmlToolingSettings &settings, QCommandLineParser *parser) |
| bool QQmlJS::LoggingUtils::applyLevelToCategory | ( | const QStringView | level, |
| LoggerCategory & | category ) |
Definition at line 219 of file qqmljsloggingutils.cpp.
| QString QQmlJS::LoggingUtils::levelToString | ( | const QQmlJS::LoggerCategory & | category | ) |
Definition at line 148 of file qqmljsloggingutils.cpp.
|
static |
Definition at line 195 of file qqmljsloggingutils.cpp.
|
static |
Definition at line 176 of file qqmljsloggingutils.cpp.
|
static |
Definition at line 166 of file qqmljsloggingutils.cpp.
| void QQmlJS::LoggingUtils::updateLogLevels | ( | QList< LoggerCategory > & | categories, |
| const QQmlToolingSettings & | settings, | ||
| QCommandLineParser * | parser ) |
Sets the category levels from a settings file and an optional parser. Calls {parser->showHelp(-1)} for invalid logging levels.
Definition at line 254 of file qqmljsloggingutils.cpp.