The Logger class allows to control a logging that is performed within the library allowed the developer to set the log level as well as the path of the file where the logs are written. More...
#include <logger.h>
 Collaboration diagram for Ubuntu::DownloadManager::Logging::Logger:
 Collaboration diagram for Ubuntu::DownloadManager::Logging::Logger:| Public Types | |
| enum | Level { Debug, Normal, Notification, Warning, Error, Critical } | 
| Static Public Member Functions | |
| static void | init (Level lvl, const QString &path) | 
The Logger class allows to control a logging that is performed within the library allowed the developer to set the log level as well as the path of the file where the logs are written.
| 
 | static | 
Initializes the logging service for the download library using the given level and writing the logs to the given path.
Definition at line 188 of file logger.cpp.