#include <fw-logs-formating-options.h>
fw_logger::fw_logs_formating_options::fw_logs_formating_options |
( |
const std::string & |
xml_full_file_path | ) |
|
fw_logger::fw_logs_formating_options::~fw_logs_formating_options |
( |
void |
| ) |
|
std::unordered_map< string, std::vector< kvp > > fw_logger::fw_logs_formating_options::get_enums |
( |
| ) |
const |
bool fw_logger::fw_logs_formating_options::get_event_data |
( |
int |
id, |
|
|
fw_log_event * |
log_event_data |
|
) |
| const |
bool fw_logger::fw_logs_formating_options::get_file_name |
( |
int |
id, |
|
|
std::string * |
file_name |
|
) |
| const |
bool fw_logger::fw_logs_formating_options::get_thread_name |
( |
uint32_t |
thread_id, |
|
|
std::string * |
thread_name |
|
) |
| const |
bool fw_logger::fw_logs_formating_options::initialize_from_xml |
( |
| ) |
|
std::unordered_map<std::string, std::vector<std::pair<int,std::string> > > fw_logger::fw_logs_formating_options::_fw_logs_enum_names_list |
|
private |
std::unordered_map<int, fw_log_event> fw_logger::fw_logs_formating_options::_fw_logs_event_list |
|
private |
std::unordered_map<int, std::string> fw_logger::fw_logs_formating_options::_fw_logs_file_names_list |
|
private |
std::unordered_map<int, std::string> fw_logger::fw_logs_formating_options::_fw_logs_thread_names_list |
|
private |
std::string fw_logger::fw_logs_formating_options::_xml_full_file_path |
|
private |
friend fw_logger::fw_logs_formating_options::fw_logs_xml_helper |
|
private |
The documentation for this class was generated from the following files: