| 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; } |