#include <logger.h>
|
static std::string | format (const log_level_t level, const time_t timestamp, const std::string &msg, const bool print_time_information) |
| Format msg,.
|
|
Definition at line 249 of file logger.h.
◆ format()
static std::string mcrl2::log::formatter_interface::format |
( |
const log_level_t |
level, |
|
|
const time_t |
timestamp, |
|
|
const std::string & |
msg, |
|
|
const bool |
print_time_information |
|
) |
| |
|
inlinestatic |
Format msg,.
- Parameters
-
[in] | level | The log level of the message |
[in] | timestamp | The timestamp of the log message |
[in] | msg | The message to be formatted |
[in] | print_time_information | A boolean that if true indicates that time usage information must be printed. If false this information is suppressed. |
- Returns
- The formatted message (msg)
suppress non used variable warnings.
Definition at line 259 of file logger.h.
The documentation for this class was generated from the following file:
- utilities/include/mcrl2/utilities/logger.h