Helper class to register user-defined activity log. More...
#include <logging.h>
Public Member Functions | |
LoggerRegistryHelper (const string &activityType, const string &schema, const LoggerColumnNames &columns, const LoggerColumnCppTypes &types, const LoggerColumnQuotes "es) | |
It will be invoked by code generated by funapi_activity_logger_generator
fun::LoggerRegistryHelper::LoggerRegistryHelper | ( | const string & | activityType, |
const string & | schema, | ||
const LoggerColumnNames & | columns, | ||
const LoggerColumnCppTypes & | types, | ||
const LoggerColumnQuotes & | quotes | ||
) |
activityType | type of activity to be logged. |
schema | schema for log line. |
columns | column names in log line. |
types | reference to LoggerColumnCppTypes. |
quotes | vector of column's data type flag. column's data type flag is true if target value is in string type, false if target value is in integer type. |