![]() |
LibCarna Version 3.4.0
|
Abstract implementation of the Writer interface, that formats log messages along with their severity as pure ASCII character chains. More...
#include <Log.hpp>
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.
|
overridevirtual |
Logs entry with severity.
Implements LibCarna::base::Log::Writer.
|
protectedpure virtual |
Logs formattedEntry with severity.
Implemented in LibCarna::base::Log::StdWriter.
Written by Leonid Kostrykin © 2021–2025. Based on Carna (© 2010-2016).
Documentation generated by Doxygen