LibCarna Version 3.4.0
Loading...
Searching...
No Matches
Protected Member Functions | List of all members
LibCarna::base::Log::StdWriter Class Reference

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.
 

Detailed Description

Writes fatal and error classified log messages to std::cerr and such classified as warning or debug to std::cout.

Author
Leonid Kostrykin

Definition at line 190 of file Log.hpp.

Member Function Documentation

◆ writeLine()

virtual void LibCarna::base::Log::StdWriter::writeLine ( Severity  severity,
const std::string &  formattedEntry 
) const
overrideprotectedvirtual

Logs formattedEntry with severity.

Implements LibCarna::base::Log::TextWriter.


The documentation for this class was generated from the following file: