2022-08-02 06:41:32 -04:00
|
|
|
#include "log.h"
|
|
|
|
|
|
|
|
Q_LOGGING_CATEGORY(mainLog, "main");
|
|
|
|
Q_LOGGING_CATEGORY(discordLog, "discord");
|
|
|
|
Q_LOGGING_CATEGORY(userscriptLog, "userscript");
|
|
|
|
Q_LOGGING_CATEGORY(virtmicLog, "virtmic");
|
2022-10-10 15:50:26 -04:00
|
|
|
Q_LOGGING_CATEGORY(shortcutLog, "shortcut");
|