Helper functions to manage the different types of FC++ logging. More...
#include "FileCatalyst.hpp"
Namespaces | |
fc | |
All of the FileCatalyst classes and objects are declared within the fc namespace. | |
fc::Logging | |
The fc::Logging namespace contains helper functions to easily manage the different types of logging available in FC++. | |
Functions | |
bool | fc::Logging::enable (const EType type, fc::Options &options, const std::string &log_directory="") |
Enable the specified type of logging. More... | |
bool | fc::Logging::disable (const EType type, fc::Options &options) |
Disable the specified logging type. More... | |
std::string | fc::Logging::get_filename (const EType type) |
Get the filename for the specified log type. More... | |
Helper functions to manage the different types of FC++ logging.