![]() |
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>
Public Member Functions | |
LoggerCategory () | |
LoggerCategory (QString name, QString settingsName, QString description, QtMsgType level, bool ignored=false, bool isDefault=false) | |
LoggerCategory (const LoggerCategory &) | |
LoggerCategory (LoggerCategory &&) noexcept | |
LoggerCategory & | operator= (const LoggerCategory &) |
LoggerCategory & | operator= (LoggerCategory &&) noexcept |
~LoggerCategory () | |
QString | name () const |
QString | settingsName () const |
QString | description () const |
QtMsgType | level () const |
bool | isIgnored () const |
bool | isDefault () const |
LoggerWarningId | id () const |
void | setLevel (QtMsgType) |
void | setIgnored (bool) |
Definition at line 34 of file qqmljsloggingutils_p.h.
QQmlJS::LoggerCategory::LoggerCategory | ( | ) |
Definition at line 33 of file qqmljsloggingutils.cpp.
QQmlJS::LoggerCategory::LoggerCategory | ( | QString | name, |
QString | settingsName, | ||
QString | description, | ||
QtMsgType | level, | ||
bool | ignored = false, | ||
bool | isDefault = false ) |
Definition at line 35 of file qqmljsloggingutils.cpp.
QQmlJS::LoggerCategory::LoggerCategory | ( | const LoggerCategory & | other | ) |
Definition at line 48 of file qqmljsloggingutils.cpp.
|
defaultnoexcept |
|
default |
QString QQmlJS::LoggerCategory::description | ( | ) | const |
Definition at line 77 of file qqmljsloggingutils.cpp.
LoggerWarningId QQmlJS::LoggerCategory::id | ( | ) | const |
Definition at line 101 of file qqmljsloggingutils.cpp.
bool QQmlJS::LoggerCategory::isDefault | ( | ) | const |
Definition at line 95 of file qqmljsloggingutils.cpp.
bool QQmlJS::LoggerCategory::isIgnored | ( | ) | const |
Definition at line 89 of file qqmljsloggingutils.cpp.
QtMsgType QQmlJS::LoggerCategory::level | ( | ) | const |
Definition at line 83 of file qqmljsloggingutils.cpp.
QString QQmlJS::LoggerCategory::name | ( | ) | const |
Definition at line 65 of file qqmljsloggingutils.cpp.
LoggerCategory & QQmlJS::LoggerCategory::operator= | ( | const LoggerCategory & | other | ) |
Definition at line 55 of file qqmljsloggingutils.cpp.
|
defaultnoexcept |
void QQmlJS::LoggerCategory::setIgnored | ( | bool | isIgnored | ) |
Definition at line 122 of file qqmljsloggingutils.cpp.
Definition at line 107 of file qqmljsloggingutils.cpp.
QString QQmlJS::LoggerCategory::settingsName | ( | ) | const |
Definition at line 71 of file qqmljsloggingutils.cpp.