coral
A C++ library for distributed co-simulation
Enumerations | Functions
coral::log Namespace Reference

Program logging facilities. More...

Enumerations

Functions

void Log (Level level, const char *message) CORAL_NOEXCEPT
 Writes a plain C string to the global logger.
 
void Log (Level level, const std::string &message) CORAL_NOEXCEPT
 Writes a plain C++ string to the global logger.
 
void Log (Level level, const boost::format &message) CORAL_NOEXCEPT
 Writes a formatted message to the global logger.
 
void SetLevel (Level level) CORAL_NOEXCEPT
 Sets the global log level, i.e., which log messages get written.
 

Detailed Description

Program logging facilities.