MCPcopy Create free account
hub / github.com/Clarionos/clarion / append_context

Method append_context

libraries/fc/src/log/log_message.cpp:80–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 }
79
80 void log_context::append_context( const fc::string& s )
81 {
82 if (!my->context.empty())
83 my->context += " -> ";
84 my->context += s;
85 }
86
87 log_context::~log_context(){}
88

Callers 1

logMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected