Give log channels fancier names
Improve LOG_CHANNEL macro to accept custom name.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include <typeinfo>
|
||||
#include <charconv>
|
||||
|
||||
LOG_CHANNEL(cfg_log);
|
||||
LOG_CHANNEL(cfg_log, "CFG");
|
||||
|
||||
namespace cfg
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user