|
ChainCLI
A modern C++20 command-line interface library
|
Interface for log record handlers. More...
#include <handler.h>
Public Member Functions | |
| virtual void | emit (const LogRecord &record) const =0 |
| Emit a log record, using the handlers formatter and specified output. | |
Interface for log record handlers.
|
pure virtual |
Emit a log record, using the handlers formatter and specified output.
| record | The log record to emit. |
Implemented in cli::logging::BaseHandler.