A test writer that writes to the specified Balau logger. More...
#include <LogWriter.hpp>
Public Member Functions | |
std::unique_ptr< TestWriter > | clone () const override |
Clone the writer instance. More... | |
void | writeString (const std::string &str) override |
Write the supplied UTF-8 string to the writer's output stream(s). More... | |
Public Member Functions inherited from TestWriter | |
virtual | ~TestWriter ()=default |
Destroy a test writer instance. More... | |
template<typename T > | |
void | write (T value) |
Convert the supplied value to a UTF-8 string and write the string to the writer's output stream(s). More... | |
A test writer that writes to the specified Balau logger.
|
inlineoverridevirtual |
|
overridevirtual |
Write the supplied UTF-8 string to the writer's output stream(s).
value | the string to write |
Implements TestWriter.