renamed log class in service project to logger
This commit is contained in:
parent
3b2948d4dd
commit
686fc754b2
7 changed files with 29 additions and 28 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
#include "defines.h"
|
||||
#include "localserver.h"
|
||||
#include "log.h"
|
||||
#include "logger.h"
|
||||
#include "systemservice.h"
|
||||
#include "utilities.h"
|
||||
|
||||
|
|
@ -20,7 +20,7 @@ int main(int argc, char **argv)
|
|||
{
|
||||
Utils::initializePath(Utils::systemLogPath());
|
||||
|
||||
Log::init();
|
||||
Logger::init();
|
||||
|
||||
if (argc == 2) {
|
||||
qInfo() << "Started as console application";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue