Point Cloud Library (PCL)  1.15.1-dev
List of all members | Public Member Functions | Public Attributes
pcl::console::LogRecord Struct Reference

Structure to hold a log record Used by the Logger class. More...

#include <pcl/console/print.h>

Public Member Functions

 LogRecord ()=default
 
 LogRecord (VERBOSITY_LEVEL lvl, const std::string &str)
 
 LogRecord (VERBOSITY_LEVEL lvl, std::string &&str)
 
 LogRecord (const LogRecord &other)=default
 
 ~LogRecord ()=default
 

Public Attributes

VERBOSITY_LEVEL level
 
std::string message
 

Detailed Description

Structure to hold a log record Used by the Logger class.

Definition at line 138 of file print.h.

Constructor & Destructor Documentation

◆ LogRecord() [1/4]

pcl::console::LogRecord::LogRecord ( )
default

◆ LogRecord() [2/4]

pcl::console::LogRecord::LogRecord ( VERBOSITY_LEVEL  lvl,
const std::string &  str 
)
inline

Definition at line 141 of file print.h.

◆ LogRecord() [3/4]

pcl::console::LogRecord::LogRecord ( VERBOSITY_LEVEL  lvl,
std::string &&  str 
)
inline

Definition at line 144 of file print.h.

◆ LogRecord() [4/4]

pcl::console::LogRecord::LogRecord ( const LogRecord other)
default

◆ ~LogRecord()

pcl::console::LogRecord::~LogRecord ( )
default

Member Data Documentation

◆ level

VERBOSITY_LEVEL pcl::console::LogRecord::level

Definition at line 152 of file print.h.

◆ message

std::string pcl::console::LogRecord::message

Definition at line 153 of file print.h.


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