3D Forest
Software for analysis of Lidar data from forest environment.
LogMessage Class Reference

#include <Log.hpp>

Public Member Functions

void set (LogType type_, size_t threadId_, const std::string &time_, const std::string &module_, const std::string &function_, const std::string &text_)
 
const char * typeString () const
 

Static Public Member Functions

static const char * typeString (int type_)
 

Public Attributes

LogType type
 
size_t threadId
 
std::string time
 
std::string module
 
std::string function
 
std::string text
 

Member Function Documentation

◆ set()

void LogMessage::set ( LogType  type_,
size_t  threadId_,
const std::string &  time_,
const std::string &  module_,
const std::string &  function_,
const std::string &  text_ 
)
inline

◆ typeString() [1/2]

const char * LogMessage::typeString ( ) const

◆ typeString() [2/2]

const char * LogMessage::typeString ( int  type_)
static

Member Data Documentation

◆ function

std::string LogMessage::function

◆ module

std::string LogMessage::module

◆ text

std::string LogMessage::text

◆ threadId

size_t LogMessage::threadId

◆ time

std::string LogMessage::time

◆ type


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