OMSimulatorLib
The OMSimulator project is a FMI-based co-simulation environment.
Functions
oms::Log::Internal Namespace Reference

Functions

void Info (const std::string &msg)
 
oms_status_enu_t Warning (const std::string &msg)
 
oms_status_enu_t Error (const std::string &msg, const std::string &function)
 
bool DebugEnabled ()
 
bool TraceEnabled ()
 
void Debug (const std::string &msg)
 
void Trace (const std::string &function, const std::string &file, const long line)
 

Function Documentation

◆ Debug()

void oms::Log::Internal::Debug ( const std::string &  msg)

◆ DebugEnabled()

bool oms::Log::Internal::DebugEnabled ( )

◆ Error()

oms_status_enu_t oms::Log::Internal::Error ( const std::string &  msg,
const std::string &  function 
)

◆ Info()

void oms::Log::Internal::Info ( const std::string &  msg)

◆ Trace()

void oms::Log::Internal::Trace ( const std::string &  function,
const std::string &  file,
const long  line 
)

◆ TraceEnabled()

bool oms::Log::Internal::TraceEnabled ( )

◆ Warning()

oms_status_enu_t oms::Log::Internal::Warning ( const std::string &  msg)