We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dabe6d commit 06e9e8eCopy full SHA for 06e9e8e
1 file changed
README.md
@@ -12,7 +12,8 @@ main.cpp
12
#include <filesystem>
13
#include <iostream>
14
15
-using namespace base;
+// expose LOG, LOGF, eLogLevel::DEBUG, eLogLevel::INFO, etc...
16
+using namespace al;
17
18
void COUT_LOG(LogMessagePtr msg)
19
{
0 commit comments