mirror of
https://github.com/AxioDL/logvisor.git
synced 2025-12-08 13:15:09 +00:00
Compare commits
2 Commits
dcd0ffcaec
...
aa9aa0a82c
| Author | SHA1 | Date | |
|---|---|---|---|
| aa9aa0a82c | |||
|
|
a57409828c |
@@ -207,7 +207,7 @@ class Module {
|
||||
}
|
||||
|
||||
public:
|
||||
Module(const char* modName) : m_modName(modName) {}
|
||||
constexpr Module(const char* modName) : m_modName(modName) {}
|
||||
|
||||
/**
|
||||
* @brief Route new log message to centralized ILogger
|
||||
|
||||
Reference in New Issue
Block a user