bool closeLogFile()
Close the log file.
bool logEvent(const event_t *event)
Format and write the event to the log file.
bool openLogFile(const char *file)
Open new log file, close old log file if successful.
std::ofstream _fh
File handle for open log file.
QueryLoggerFile implements logging to a file for the QueryLog class.
Defines the event_t struct that encapsulates an event.