core/log: add fancy logger

This commit is contained in:
outfoxxed 2024-08-02 18:48:09 -07:00
parent 533b389742
commit 46f48f2f87
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
4 changed files with 85 additions and 4 deletions

View file

@ -37,6 +37,7 @@ qt_add_library(quickshell-core STATIC
types.cpp
qsmenuanchor.cpp
clock.cpp
logging.cpp
)
set_source_files_properties(main.cpp PROPERTIES COMPILE_DEFINITIONS GIT_REVISION="${GIT_REVISION}")