Multi diag tools
|
Application adds some helper for application initialization. More...
#include <Application.h>
Inherits QApplication.
Public Member Functions | |
Application (int &argc, char **argv) | |
Creates a Application object. | |
~Application () | |
Destructor. | |
void | enableFileLogging () |
Enable file logging. More... | |
QString | logFilePath () |
Get the path to the log file. | |
void | debugEnvironment () |
Debug environment. More... | |
Static Public Member Functions | |
static QString | cacheDirectoryPath () |
Get path to the cache directory. More... | |
static QString | qtVersion () |
Get Qt library version. | |
static QString | mdtVersion () |
Get Mdt library version. | |
Application adds some helper for application initialization.
Definition at line 37 of file Application.h.
|
static |
Get path to the cache directory.
Returns StandardPaths::cacheDirectoryPath()
Definition at line 46 of file Application.cpp.
void Mdt::Application::debugEnvironment | ( | ) |
Debug environment.
Will print various informations, like libraries versions, paths to some directories, etc.. to the console.
Definition at line 61 of file Application.cpp.
void Mdt::Application::enableFileLogging | ( | ) |
Enable file logging.
After file logging was enabled, errors that are committed using Mdt::Error::commit() are added to the log file logFilePath() .
Definition at line 36 of file Application.cpp.