mirror of
https://github.com/QuasarApp/QuasarAppLib.git
synced 2025-04-26 09:44:38 +00:00
update docs
This commit is contained in:
parent
ee0f7fb2ee
commit
f82a69db36
@ -14,12 +14,6 @@
|
||||
|
||||
namespace QuasarAppUtils {
|
||||
|
||||
struct QUASARAPPSHARED_EXPORT LogData {
|
||||
char type = 0;
|
||||
int time = 0;
|
||||
QString text;
|
||||
};
|
||||
|
||||
/**
|
||||
* @brief The QALogger class is logger handler for app.
|
||||
*/
|
||||
@ -28,6 +22,9 @@ class QUASARAPPSHARED_EXPORT QALogger
|
||||
public:
|
||||
QALogger();
|
||||
|
||||
/**
|
||||
* @brief init This method initialize logging of all qt message into file.
|
||||
*/
|
||||
void init();
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user