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

Class LogMetadata

runtime/GeneratedCode.h:37–42  ·  view source on GitHub ↗

* Describes a log message found in the user sources by the original format * string provided, the file and line number of where the message occurred. */

Source from the content-addressed store, hash-verified

35 * string provided, the file and line number of where the message occurred.
36 */
37struct LogMetadata {
38 const char *fmtString;
39 const char *fileName;
40 uint32_t lineNumber;
41 NanoLog::LogLevel logLevel;
42};
43
44/**
45 * Size of the arrays below, defined by the number of unique LogIds in the

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected