#include <cl_message_handler.h>
|
void | print (unsigned, const xmlt &) override |
|
void | print (unsigned, const jsont &) override |
|
void | print (unsigned level, const std::string &message, const source_locationt &location) override |
|
void | print_warnings_as_errors (bool yes) |
| With yes set to true , prefix warnings with an error message. More...
|
|
void | print (unsigned, const xmlt &) override |
|
void | print (unsigned, const jsont &) override |
|
virtual void | print (unsigned level, const std::string &message) override |
|
Public Member Functions inherited from console_message_handlert |
void | print (unsigned, const xmlt &) override |
|
void | print (unsigned, const jsont &) override |
|
virtual void | print (unsigned level, const std::string &message) override |
|
virtual void | flush (unsigned level) override |
|
| console_message_handlert () |
|
| console_message_handlert (bool always_flush) |
|
std::string | command (unsigned c) const override |
| Create an ECMA-48 SGR (Select Graphic Rendition) command with given code. More...
|
|
Public Member Functions inherited from message_handlert |
| message_handlert () |
|
virtual void | print (unsigned level, const structured_datat &data) |
|
virtual | ~message_handlert () |
|
void | set_verbosity (unsigned _verbosity) |
|
unsigned | get_verbosity () const |
|
std::size_t | get_message_count (unsigned level) const |
|
Definition at line 14 of file cl_message_handler.h.
◆ print() [1/6]
void console_message_handlert::print |
|
override |
◆ print() [2/6]
void cl_message_handlert::print |
( |
unsigned |
level, |
|
|
const std::string & |
message, |
|
|
const source_locationt & |
location |
|
) |
| |
|
overridevirtual |
◆ print() [3/6]
void cl_message_handlert::print |
( |
unsigned |
, |
|
|
const jsont & |
|
|
) |
| |
|
inlineoverridevirtual |
◆ print() [4/6]
void console_message_handlert::print |
|
inlineoverride |
◆ print() [5/6]
void cl_message_handlert::print |
( |
unsigned |
, |
|
|
const xmlt & |
|
|
) |
| |
|
inlineoverridevirtual |
◆ print() [6/6]
void console_message_handlert::print |
|
inlineoverride |
◆ print_warnings_as_errors()
void cl_message_handlert::print_warnings_as_errors |
( |
bool |
yes | ) |
|
|
inline |
With yes
set to true
, prefix warnings with an error message.
- Parameters
-
yes | Whether or not to prefix warnings. |
Definition at line 35 of file cl_message_handler.h.
◆ warnings_are_errors
bool cl_message_handlert::warnings_are_errors = false |
|
private |
The documentation for this class was generated from the following files: