LibCarna Version 3.4.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
LibCarna::base::Log::Writer Class Referenceabstract

Writes log entries. More...

#include <Log.hpp>

+ Inheritance diagram for LibCarna::base::Log::Writer:

Public Member Functions

virtual ~Writer ()
 Deletes.
 
virtual void write (Severity severity, const std::string &entry) const =0
 Logs entry with severity.
 

Detailed Description

Writes log entries.

Author
Leonid Kostrykin

Definition at line 135 of file Log.hpp.

Member Function Documentation

◆ write()

virtual void LibCarna::base::Log::Writer::write ( Severity  severity,
const std::string &  entry 
) const
pure virtual

Logs entry with severity.

Implemented in LibCarna::base::Log::TextWriter.


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