forked from quickshell/quickshell
core/log: add fancy logger
This commit is contained in:
parent
533b389742
commit
46f48f2f87
4 changed files with 85 additions and 4 deletions
6
src/core/logging.hpp
Normal file
6
src/core/logging.hpp
Normal file
|
@ -0,0 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
class LogManager {
|
||||
public:
|
||||
static void setup();
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue