Functions | |
| logger_type_t | logger_type (logger_type_t type) |
| std::string | to_string (logger_type_t type) |
| std::string | to_string (spdlog::level::level_enum level) |
| void | escape_json_string (std::string &s) |
| void clanguml::logging::escape_json_string | ( | std::string & | s | ) |
Definition at line 72 of file logging.cc.
| logger_type_t clanguml::logging::logger_type | ( | logger_type_t | type | ) |
Definition at line 27 of file logging.cc.
| std::string clanguml::logging::to_string | ( | logger_type_t | type | ) |
Definition at line 38 of file logging.cc.
| std::string clanguml::logging::to_string | ( | spdlog::level::level_enum | level | ) |
Definition at line 52 of file logging.cc.