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

Method get_method

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

Source from the content-addressed store, hash-verified

168 string log_context::get_file()const { return my->file; }
169 uint64_t log_context::get_line_number()const { return my->line; }
170 string log_context::get_method()const { return my->method; }
171 string log_context::get_thread_name()const { return my->thread_name; }
172 string log_context::get_task_name()const { return my->task_name; }
173 string log_context::get_host_name()const { return my->hostname; }

Callers 2

logMethod · 0.45
logMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected