OpenM++ runtime library (libopenm)
openm::ArgKey Struct Reference

common openM++ keys for runtime arguments More...

#include <argReader.h>

Static Public Attributes

static constexpr const char * iniFile = "OpenM.IniFile"
 run ini file name, ie: model.ini
 
static constexpr const char * iniAnyKey = "OpenM.IniAnyKey"
 if true then allow any key in the ini-file, read all ini-file entries and pass it to the model
 
static constexpr const char * runStamp = "OpenM.RunStamp"
 process run stamp, usually time stamp

 
static constexpr const char * logToConsole = "OpenM.LogToConsole"
 log to console
 
static constexpr const char * logToFile = "OpenM.LogToFile"
 log to file
 
static constexpr const char * logFilePath = "OpenM.LogFilePath"
 log file path
 
static constexpr const char * logToStamped = "OpenM.LogToStampedFile"
 log to "stamped" file
 
static constexpr const char * logUseTs = "OpenM.LogUseTimeStamp"
 use time-stamp in log "stamped" file name
 
static constexpr const char * logUsePid = "OpenM.LogUsePidStamp"
 use pid-stamp in log "stamped" file name
 
static constexpr const char * logNoMsgTime = "OpenM.LogNoMsgTime"
 do not prefix log messages with date-time
 
static constexpr const char * logSql = "OpenM.LogSql"
 log sql
 

Detailed Description

common openM++ keys for runtime arguments


The documentation for this struct was generated from the following file: