1#ifndef DESKTOPLOGGERCONVINIENTS_H
2#define DESKTOPLOGGERCONVINIENTS_H
Provides thread-safe logging utilities for different severity levels.
void postError(const QString &info)
Log an error message.
Definition DesktopLoggerConvinients.cpp:13
void postInfo(const QString &info)
Log an informational message.
Definition DesktopLoggerConvinients.cpp:7
void postFatal(const QString &info)
Log a fatal error message.
Definition DesktopLoggerConvinients.cpp:16
void postDebug(const QString &info)
Log a debug message.
Definition DesktopLoggerConvinients.cpp:4
void postWarning(const QString &info)
Log a warning message.
Definition DesktopLoggerConvinients.cpp:10