MCPcopy Create free account
hub / github.com/anse1/sqlsmith / cerr_logger

Class cerr_logger

log.hh:41–49  ·  view source on GitHub ↗

stderr logger

Source from the content-addressed store, hash-verified

39
40/// stderr logger
41struct cerr_logger : stats_collecting_logger {
42 const int columns = 80;
43 std::map<std::string, long> errors;
44 virtual void report();
45 virtual void generated(prod &query);
46 virtual void executed(prod &query);
47 virtual void error(prod &query, const dut::failure &e);
48 void report(prod &p);
49};
50
51/// logger to postgres database
52struct pqxx_logger : stats_collecting_logger {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected