NAIA
1.0.2
|
Go to the source code of this file.
Namespaces | |
NAIA | |
NAIA::Logging | |
Functions | |
FILE * | NAIA::Logging::muteOut (fopen("/dev/null","w")) |
std::ofstream | NAIA::Logging::fout ("/dev/null") |
void | NAIA::Logging::MuteOutput () |
void | NAIA::Logging::UnmuteOutput () |
Variables | |
FILE * | NAIA::Logging::stdoutSave = nullptr |
FILE * | NAIA::Logging::stderrSave = nullptr |
std::streambuf * | NAIA::Logging::cout_sbuf = nullptr |
std::streambuf * | NAIA::Logging::cerr_sbuf = nullptr |
bool | NAIA::Logging::isMuted = false |