![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qqmljsloggingutils_p.h"
#include <QtQmlToolingSettings/private/qqmltoolingsettings_p.h>
#include <QtCore/qcommandlineparser.h>
Go to the source code of this file.
Namespaces | |
namespace | QQmlJS |
namespace | QQmlJS::LoggingUtils |
Functions | |
QString | QQmlJS::LoggingUtils::levelToString (const QQmlJS::LoggerCategory &category) |
static QStringList | QQmlJS::LoggingUtils::settingsNamesForCategory (const LoggerCategory &category) |
static QString | QQmlJS::LoggingUtils::lookInSettings (const LoggerCategory &category, const QQmlToolingSettings &settings, const QString &settingsName) |
static QString | QQmlJS::LoggingUtils::levelValueForCategory (const LoggerCategory &category, const QQmlToolingSettings &settings, QCommandLineParser *parser) |
bool | QQmlJS::LoggingUtils::applyLevelToCategory (const QStringView level, LoggerCategory &category) |
void | QQmlJS::LoggingUtils::updateLogLevels (QList< LoggerCategory > &categories, const QQmlToolingSettings &settings, QCommandLineParser *parser) |