NASA Logo
Ocean Color Science Software

ocssw V2022
Log.hpp File Reference
#include "Configuration.hpp"
#include "log/Base.hpp"
#include "log/File.hpp"
#include "log/Stream.hpp"
#include "log/FormattedStream.hpp"
#include "log/FormattedFile.hpp"
#include <iostream>
#include <memory>
#include <sstream>
#include <string>
#include <vector>
#include <gsl/gsl>
#include <boost/format.hpp>
#include <libintl.h>
#include <locale.h>
Include dependency graph for Log.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Log
 

Namespaces

 focs
 

Macros

#define EXIT_LOG(...)
 

Macro Definition Documentation

◆ EXIT_LOG

#define EXIT_LOG (   ...)
Value:
{ \
__VA_ARGS__; \
std::cerr << "Exiting. See " << __FILE__ << ":" << __LINE__ << std::endl; \
exit(EXIT_FAILURE); \
}

Definition at line 26 of file Log.hpp.