NAIA  1.0.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
Namespaces | Functions | Variables
Logging.cpp File Reference
#include "Utility/Logging/Logging.h"
#include <fstream>
#include <iostream>

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