Beispiel #1
0
void log(const std::string& tableName, const StructuredLogEntry& cols) {
  if (enabled()) {
    s_impl(tableName, cols);
  }
}
Beispiel #2
0
void StructuredLog::log(const std::string& tableName,
                        const std::map<std::string, int64_t>& cols) {
  if (enabled()) {
    s_impl(tableName, cols);
  }
}