Add custom logging format
This commit is contained in:
parent
748f480077
commit
96562c078d
@ -40,6 +40,7 @@ main(int argc, char *argv[])
|
||||
QFontDatabase::addApplicationFont(":/fonts/fonts/EmojiOne/emojione-android.ttf");
|
||||
|
||||
app.setWindowIcon(QIcon(":/logos/nheko.png"));
|
||||
qSetMessagePattern("%{time process}: [%{type}] - %{message}");
|
||||
|
||||
QSettings settings;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user