![]() |
LibCarna Version 3.4.0
|
Writes fatal and error classified log messages to std::cerr and such classified as warning or debug to std::cout.
More...
#include <Log.hpp>
Inheritance diagram for LibCarna::base::Log::StdWriter:
Collaboration diagram for LibCarna::base::Log::StdWriter:Protected Member Functions | |
| virtual void | writeLine (Severity, const std::string &) const override |
| Logs formattedEntry with severity. | |
Additional Inherited Members | |
Public Member Functions inherited from LibCarna::base::Log::TextWriter | |
| virtual void | write (Severity, const std::string &) const override |
| Logs entry with severity. | |
Public Member Functions inherited from LibCarna::base::Log::Writer | |
| virtual | ~Writer () |
| Deletes. | |
Writes fatal and error classified log messages to std::cerr and such classified as warning or debug to std::cout.
|
overrideprotectedvirtual |
Logs formattedEntry with severity.
Implements LibCarna::base::Log::TextWriter.
Written by Leonid Kostrykin © 2021–2025. Based on Carna (© 2010-2016).
Documentation generated by Doxygen