| 
    coral
    
   A C++ library for distributed co-simulation 
   | 
 
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.  | |
Program logging facilities.
 1.8.11