refactor: 'lua' namespace expansion
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#include "lua_commons.hpp"
|
||||
|
||||
#include "../../../debug/Logger.hpp"
|
||||
|
||||
static debug::Logger logger("lua");
|
||||
|
||||
void lua::log_error(const std::string& text) {
|
||||
logger.error() << text;
|
||||
}
|
||||
Reference in New Issue
Block a user