MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / Warn

Method Warn

MonaServer/sources/Script.cpp:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 return 0;
48}
49int Script::Warn(lua_State *pState) {
50 SCRIPT_BEGIN(pState)
51 SCRIPT_LOG(Mona::Logger::LEVEL_WARN,__FILE__,__LINE__, false, ToPrint(pState,LOG_BUFFER))
52 SCRIPT_END
53 return 0;
54}
55int Script::Note(lua_State *pState) {
56 SCRIPT_BEGIN(pState)
57 SCRIPT_LOG(Mona::Logger::LEVEL_NOTE,__FILE__,__LINE__, false, ToPrint(pState,LOG_BUFFER))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected