MCPcopy Create free account
hub / github.com/PlatformLab/NanoLog / getLogId

Method getLogId

runtime/Log.cc:576–578  ·  view source on GitHub ↗

Returns the preprocessor-assigned log identifier for this log message

Source from the content-addressed store, hash-verified

574
575// Returns the preprocessor-assigned log identifier for this log message
576uint32_t Log::LogMessage::getLogId() {
577 return logId;
578}
579
580// Returns the runtime timestamp for the log invocation.
581uint64_t Log::LogMessage::getTimestamp() {

Callers 2

mainFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64