Electroneum
el::LogDispatchData Class Reference

#include <easylogging++.h>

Public Member Functions

 LogDispatchData ()
 
const LogMessagelogMessage (void) const
 
base::DispatchAction dispatchAction (void) const
 
void setLogMessage (LogMessage *logMessage)
 
void setDispatchAction (base::DispatchAction dispatchAction)
 

Friends

class base::LogDispatcher
 

Detailed Description

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

Constructor & Destructor Documentation

◆ LogDispatchData()

el::LogDispatchData::LogDispatchData ( )
inline

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

2183 : m_logMessage(nullptr), m_dispatchAction(base::DispatchAction::None) {}

Member Function Documentation

◆ dispatchAction()

base::DispatchAction el::LogDispatchData::dispatchAction ( void  ) const
inline

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

2187  {
2188  return m_dispatchAction;
2189  }
Here is the caller graph for this function:

◆ logMessage()

const LogMessage* el::LogDispatchData::logMessage ( void  ) const
inline

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

2184  {
2185  return m_logMessage;
2186  }
Here is the caller graph for this function:

◆ setDispatchAction()

void el::LogDispatchData::setDispatchAction ( base::DispatchAction  dispatchAction)
inline

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

2193  {
2194  m_dispatchAction = dispatchAction;
2195  }
base::DispatchAction dispatchAction(void) const
Here is the call graph for this function:

◆ setLogMessage()

void el::LogDispatchData::setLogMessage ( LogMessage logMessage)
inline

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

2190  {
2191  m_logMessage = logMessage;
2192  }
const LogMessage * logMessage(void) const
Here is the call graph for this function:

Friends And Related Function Documentation

◆ base::LogDispatcher

friend class base::LogDispatcher
friend

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


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