C++ Instrument Catalog
Public Member Functions | Public Attributes | List of all members
MTL::CInstrumentCatalog::sLogMessage Struct Reference

#include <InstrumentCatalog.h>

Public Member Functions

 sLogMessage ()
 
 sLogMessage (const eLogLevel &rLevel, const std::string &rContext, const std::string &rMessage, const std::string &rLocation)
 

Public Attributes

eLogLevel Level
 
std::string Context
 
std::string Message
 
std::string Location
 

Detailed Description

Definition at line 319 of file InstrumentCatalog.h.

Constructor & Destructor Documentation

◆ sLogMessage() [1/2]

MTL::CInstrumentCatalog::sLogMessage::sLogMessage ( )
inline

Definition at line 324 of file InstrumentCatalog.h.

◆ sLogMessage() [2/2]

MTL::CInstrumentCatalog::sLogMessage::sLogMessage ( const eLogLevel rLevel,
const std::string &  rContext,
const std::string &  rMessage,
const std::string &  rLocation 
)
inline

Definition at line 327 of file InstrumentCatalog.h.

Member Data Documentation

◆ Context

std::string MTL::CInstrumentCatalog::sLogMessage::Context

Definition at line 321 of file InstrumentCatalog.h.

◆ Level

eLogLevel MTL::CInstrumentCatalog::sLogMessage::Level

Definition at line 320 of file InstrumentCatalog.h.

◆ Location

std::string MTL::CInstrumentCatalog::sLogMessage::Location

Definition at line 323 of file InstrumentCatalog.h.

◆ Message

std::string MTL::CInstrumentCatalog::sLogMessage::Message

Definition at line 322 of file InstrumentCatalog.h.


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