Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/9chu/LuaSTGPlus
/ LogSystem
Method
LogSystem
LuaSTGPlus/LogSystem.cpp:13–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
}
12
13
LogSystem::LogSystem()
14
: m_LogFile(LLOGFILE, ios::out)
15
{
16
if (!m_LogFile)
17
LERROR(
"��������־�ļ�'%s'"
, LLOGFILE);
18
}
19
20
LogSystem::~LogSystem()
21
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected