Electroneum
Loading...
Searching...
No Matches
el::LogMessage Class Reference

#include <easylogging++.h>

Public Member Functions

 LogMessage (Level level, const std::string &file, base::type::LineNumber line, const std::string &func, base::type::VerboseLevel verboseLevel, Logger *logger)
Level level (void) const
const std::string & file (void) const
base::type::LineNumber line (void) const
const std::string & func (void) const
base::type::VerboseLevel verboseLevel (void) const
Loggerlogger (void) const
const base::type::string_tmessage (void) const

Detailed Description

Definition at line 2500 of file easylogging++.h.

Constructor & Destructor Documentation

◆ LogMessage()

el::LogMessage::LogMessage ( Level level,
const std::string & file,
base::type::LineNumber line,
const std::string & func,
base::type::VerboseLevel verboseLevel,
Logger * logger )
inline

Definition at line 2502 of file easylogging++.h.

2503 :
2504 m_level(level), m_file(file), m_line(line), m_func(func),
2505 m_verboseLevel(verboseLevel), m_logger(logger), m_message(logger->stream().str()) {
2506 }
const std::string & file(void) const
Level level(void) const
const std::string & func(void) const
base::type::LineNumber line(void) const
base::type::VerboseLevel verboseLevel(void) const
Logger * logger(void) const
Here is the call graph for this function:

Member Function Documentation

◆ file()

const std::string & el::LogMessage::file ( void ) const
inline

Definition at line 2510 of file easylogging++.h.

2510 {
2511 return m_file;
2512 }
Here is the caller graph for this function:

◆ func()

const std::string & el::LogMessage::func ( void ) const
inline

Definition at line 2516 of file easylogging++.h.

2516 {
2517 return m_func;
2518 }
Here is the caller graph for this function:

◆ level()

Level el::LogMessage::level ( void ) const
inline

Definition at line 2507 of file easylogging++.h.

2507 {
2508 return m_level;
2509 }
Here is the caller graph for this function:

◆ line()

base::type::LineNumber el::LogMessage::line ( void ) const
inline

Definition at line 2513 of file easylogging++.h.

2513 {
2514 return m_line;
2515 }
Here is the caller graph for this function:

◆ logger()

Logger * el::LogMessage::logger ( void ) const
inline

Definition at line 2522 of file easylogging++.h.

2522 {
2523 return m_logger;
2524 }
Here is the caller graph for this function:

◆ message()

const base::type::string_t & el::LogMessage::message ( void ) const
inline

Definition at line 2525 of file easylogging++.h.

2525 {
2526 return m_message;
2527 }

◆ verboseLevel()

base::type::VerboseLevel el::LogMessage::verboseLevel ( void ) const
inline

Definition at line 2519 of file easylogging++.h.

2519 {
2520 return m_verboseLevel;
2521 }
Here is the caller graph for this function:

The documentation for this class was generated from the following file:
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/external/easylogging++/easylogging++.h