Carna
Version 3.0.1
|
Abstract implementation of the Writer interface, that formats log messages along with their severity as pure ASCII character chains. More...
#include <Log.h>
Public Member Functions | |
virtual void | write (Severity, const std::string &) const override |
Logs entry with severity. | |
![]() | |
virtual | ~Writer () |
Deletes. | |
Protected Member Functions | |
virtual void | writeLine (Severity severity, const std::string &formattedEntry) const =0 |
Logs formattedEntry with severity. | |
Abstract implementation of the Writer interface, that formats log messages along with their severity as pure ASCII character chains.
Documentation generated by Doxygen