1 #ifndef CT_BASE_APPLICATION_H
2 #define CT_BASE_APPLICATION_H
4 #include "cantera/base/config.h"
83 void addError(std::string r, std::string msg);
146 void writelog(
const std::string& msg);
175 void logerror(
const std::string& msg) ;
192 #ifdef WITH_HTML_LOGS
217 void addLogEntry(std::string tag, std::string value) ;
228 void addLogEntry(std::string tag, doublereal value) ;
291 #ifdef WITH_HTML_LOGS
309 #ifdef THREAD_SAFE_CANTERA
505 long int readStringRegistryKey(
const std::string& keyName,
const std::string& valueName,
506 std::string& value,
const std::string& defaultValue);
572 #ifdef WITH_HTML_LOGS
729 #ifdef WITH_HTML_LOGS
742 #if defined(THREAD_SAFE_CANTERA)