FC++  v0.7.1-1067
FileCatalyst Fast File Transfers - C++ Library
FCSummaryLog.hpp File Reference

Helper functions for the summary log. More...

#include "FileCatalyst.hpp"
Include dependency graph for FCSummaryLog.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Helper functions for the summary log.