#include "FileCatalyst.hpp"

Namespaces | |
| fc | |
| fc::SummaryLog | |
| The SummaryLog namespace contains helper functions for generating a summary of what happens within FC++. | |
Functions | |
| std::string | fc::SummaryLog::getLogFilename () |
| Get the name of the file used to record a summary of what FC++ runs durring a session. More... | |
| bool | fc::SummaryLog::truncateLogFile () |
| Truncate the summary log file, or create it if it didn't already exist. More... | |
| bool | fc::SummaryLog::removeLogFile () |
| 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.