|
ChainCLI
A modern C++20 command-line interface library
|
Data structure representing a log record. More...
#include <logrecord.h>
Public Member Functions | |
| LogRecord (LogLevel lvl, std::string msg) | |
| Construct a new LogRecord. | |
Data structure representing a log record.
|
inline |
Construct a new LogRecord.
| lvl | The log level of the record. |
| msg | The log message. |