Documentation for OpenFLUID 2.2.0
InternalLogger.hpp File Reference

Detailed Description

#include <iostream>
#include <string>
#include <ctime>
#include <openfluid/base/Environment.hpp>
#include <openfluid/config.hpp>
#include <openfluid/tools/FileLogger.hpp>
#include <openfluid/utils/SingletonMacros.hpp>
Include dependency graph for InternalLogger.hpp:

Go to the source code of this file.

Classes

class  openfluid::utils::LoggingSystem
 

Namespaces

 openfluid
 
 openfluid::utils
 
 openfluid::utils::log
 

Functions

void OPENFLUID_API openfluid::utils::log::setup (bool DefaultAsFallback=true, std::string LogPath="", bool Verbose=false)
 
void OPENFLUID_API openfluid::utils::log::debug (const std::string &Context, const std::string &Msg)
 
void OPENFLUID_API openfluid::utils::log::info (const std::string &Context, const std::string &Msg)
 
void OPENFLUID_API openfluid::utils::log::warning (const std::string &Context, const std::string &Msg)
 
void OPENFLUID_API openfluid::utils::log::error (const std::string &Context, const std::string &Msg)