Public Member Functions | Private Attributes | List of all members
spdlog::sinks::sink Class Referenceabstract

#include <sink.h>

Inheritance diagram for spdlog::sinks::sink:
Inheritance graph
[legend]

Public Member Functions

virtual void flush ()=0
 
level::level_enum level () const
 
virtual void log (const details::log_msg &msg)=0
 
void set_level (level::level_enum log_level)
 
bool should_log (level::level_enum msg_level) const
 
 sink ()
 
virtual ~sink ()
 

Private Attributes

level_t _level
 

Detailed Description

Definition at line 15 of file sink.h.

Constructor & Destructor Documentation

spdlog::sinks::sink::sink ( )
inline

Definition at line 18 of file sink.h.

virtual spdlog::sinks::sink::~sink ( )
inlinevirtual

Definition at line 23 of file sink.h.

Member Function Documentation

virtual void spdlog::sinks::sink::flush ( )
pure virtual
level::level_enum spdlog::sinks::sink::level ( ) const
inline

Definition at line 46 of file sink.h.

virtual void spdlog::sinks::sink::log ( const details::log_msg msg)
pure virtual
void spdlog::sinks::sink::set_level ( level::level_enum  log_level)
inline

Definition at line 41 of file sink.h.

bool spdlog::sinks::sink::should_log ( level::level_enum  msg_level) const
inline

Definition at line 36 of file sink.h.

Member Data Documentation

level_t spdlog::sinks::sink::_level
private

Definition at line 32 of file sink.h.


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


ros_opcua_impl_freeopcua
Author(s): Denis Štogl
autogenerated on Tue Jan 19 2021 03:12:10