Visual Computing Library
|
Static Public Member Functions | |
static void | activate () |
static void | deactivate () |
static void | hideMessages (bool debug, bool info, bool warning, bool critical, bool fatal) |
Static Private Member Functions | |
static void | message (QtMsgType type, const QMessageLogContext &context, const QString &msg) |
Static Private Attributes | |
static QtMessageHandler | originalHandler = nullptr |
static bool | debug = true |
static bool | info = false |
static bool | warning = false |
static bool | critical = true |
static bool | fatal = true |