Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/android/ndk-samples
/ GetSeverity
Method
GetSeverity
base/src/main/cpp/logging.cpp:204–204 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
202
unsigned int GetLineNumber() const { return line_number_; }
203
204
LogSeverity GetSeverity() const { return severity_; }
205
206
const char* GetTag() const { return tag_; }
207
Callers
1
~LogMessage
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected