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

Namespaces

 Internal
 

Functions

void ProgressBar (double start, double stop, double value)
 
void TerminateBar ()
 
void SetCallback (void(*cb)(oms_message_type_enu_t type, const char *message))
 
oms_status_enu_t SetLogFile (const std::string &filename)
 
oms_status_enu_t SetLoggingLevel (int logLevel)
 
const int GetLoggingLevel ()
 
void SetMaxLogFileSize (const unsigned long size)
 

Function Documentation

◆ GetLoggingLevel()

const int oms::Log::GetLoggingLevel ( )

◆ ProgressBar()

void oms::Log::ProgressBar ( double  start,
double  stop,
double  value 
)

◆ SetCallback()

void oms::Log::SetCallback ( void(*)(oms_message_type_enu_t type, const char *message)  cb)

◆ SetLogFile()

oms_status_enu_t oms::Log::SetLogFile ( const std::string &  filename)

◆ SetLoggingLevel()

oms_status_enu_t oms::Log::SetLoggingLevel ( int  logLevel)

◆ SetMaxLogFileSize()

void oms::Log::SetMaxLogFileSize ( const unsigned long  size)

◆ TerminateBar()

void oms::Log::TerminateBar ( )