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

Class LogMetadata

preprocessor/unitTestData/test_outputCompilationFiles.h:21–26  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

19 * string provided, the file where the log message occurred, and the line number
20 */
21struct LogMetadata {
22 const char *fmtString;
23 const char *fileName;
24 uint32_t lineNumber;
25 NanoLog::LogLevel logLevel;
26};
27
28// Start an empty namespace to enclose all the record(debug)/compress/decompress
29// and support functions

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected