MCPcopy Index your code
hub / github.com/NASAWorldWind/WorldWindJava / severe

Method severe

lib-external/webview/windows/util/Logging.cpp:180–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180void Logging::severe(const wchar_t *msg)
181{
182 this->severe(msg, ERROR_SUCCESS);
183}
184
185void Logging::severe(const wchar_t *msg, HRESULT errorCode)
186{

Calls

no outgoing calls

Tested by

no test coverage detected