FC++  v0.9.0-9e9b65
FileCatalyst Fast File Transfers - C++ Library
FCSummaryLog.hpp File Reference
#include "FileCatalyst.hpp"
Include dependency graph for FCSummaryLog.hpp:
This graph shows which files directly or indirectly include this file:

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

Detailed Description

Helper functions for the summary log.