Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cantera/cantera
/ warnlog
Method
warnlog
src/base/application.cpp:211–214 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
209
}
210
211
void Application::warnlog(const string& warning, const string& msg)
212
{
213
m_logwriter->warn(warning, msg);
214
}
215
216
void Application::setDefaultDirectories()
217
{
Callers
nothing calls this directly
Calls
1
warn
Method · 0.45
Tested by
no test coverage detected