Helper functions for the summary log. More...
#include "FileCatalyst.hpp"
Namespaces | |
fc | |
All of the FileCatalyst classes and objects are declared within the fc namespace. | |
fc::SummaryLog | |
The SummaryLog namespace contains helper functions for generating a summary of what happens within FC++. | |
Functions | |
std::string | fc::SummaryLog::getLogFilename (void) |
Get the name of the file used to record a summary of what FC++ runs durring a session. More... | |
bool | fc::SummaryLog::truncateLogFile (void) |
Truncate the summary log file, or create it if it didn't already exist. More... | |
bool | fc::SummaryLog::removeLogFile (void) |
Remove the summary log file. More... | |
void | fc::SummaryLog::add (const std::string &msg) |
Add a message to the summary log file. More... | |
Helper functions for the summary log.