| ChainCLI
    A modern C++20 command-line interface library | 
Formatter that displays only the message of the log record. More...
#include <formatter.h>
 
  
| Public Member Functions | |
| std::string | format (const LogRecord &record) const override | 
| Formats a log record into a string. | |
Formatter that displays only the message of the log record.
| 
 | overridevirtual | 
Formats a log record into a string.
| record | The log record to format. | 
Implements cli::logging::AbstractFormatter.