| ChainCLI
    A modern C++20 command-line interface library | 
Interface for log record formatters. More...
#include <formatter.h>
 
  
| Public Member Functions | |
| virtual std::string | format (const LogRecord &record) const =0 | 
| Formats a log record into a string. | |
Interface for log record formatters.
| 
 | pure virtual | 
Formats a log record into a string.
| record | The log record to format. | 
Implemented in cli::logging::BasicFormatter, and cli::logging::MessageOnlyFormatter.