Documentation for OpenFLUID
2.2.0
|
Functions | |
void OPENFLUID_API | setup (bool DefaultAsFallback=true, std::string LogPath="", bool Verbose=false) |
void OPENFLUID_API | debug (const std::string &Context, const std::string &Msg) |
void OPENFLUID_API | info (const std::string &Context, const std::string &Msg) |
void OPENFLUID_API | warning (const std::string &Context, const std::string &Msg) |
void OPENFLUID_API | error (const std::string &Context, const std::string &Msg) |
void OPENFLUID_API openfluid::utils::log::debug | ( | const std::string & | Context, |
const std::string & | Msg | ||
) |
void OPENFLUID_API openfluid::utils::log::error | ( | 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::setup | ( | bool | DefaultAsFallback = true , |
std::string | LogPath = "" , |
||
bool | Verbose = false |
||
) |
void OPENFLUID_API openfluid::utils::log::warning | ( | const std::string & | Context, |
const std::string & | Msg | ||
) |