preCICE v3.1.2
|
Go to the source code of this file.
Macros | |
#define | PRECICE_LOG_LOCATION |
#define | PRECICE_WARN(...) _log.warning(PRECICE_LOG_LOCATION, precice::utils::format_or_error(__VA_ARGS__)) |
#define | PRECICE_INFO(...) _log.info(PRECICE_LOG_LOCATION, precice::utils::format_or_error(__VA_ARGS__)) |
#define | PRECICE_ERROR(...) |
#define | PRECICE_WARN_IF(condition, ...) |
#define | PRECICE_INFO_IF(condition, ...) |
#define | PRECICE_CHECK(check, ...) |
#define | PRECICE_DEBUG(...) _log.debug(PRECICE_LOG_LOCATION, precice::utils::format_or_error(__VA_ARGS__)) |
#define | PRECICE_DEBUG_IF(condition, ...) |
#define | PRECICE_TRACE(...) |
#define PRECICE_CHECK | ( | check, | |
... ) |
Definition at line 35 of file LogMacros.hpp.
#define PRECICE_DEBUG | ( | ... | ) | _log.debug(PRECICE_LOG_LOCATION, precice::utils::format_or_error(__VA_ARGS__)) |
Definition at line 64 of file LogMacros.hpp.
#define PRECICE_DEBUG_IF | ( | condition, | |
... ) |
Definition at line 66 of file LogMacros.hpp.
#define PRECICE_ERROR | ( | ... | ) |
Definition at line 15 of file LogMacros.hpp.
#define PRECICE_INFO | ( | ... | ) | _log.info(PRECICE_LOG_LOCATION, precice::utils::format_or_error(__VA_ARGS__)) |
Definition at line 13 of file LogMacros.hpp.
#define PRECICE_INFO_IF | ( | condition, | |
... ) |
Definition at line 28 of file LogMacros.hpp.
#define PRECICE_LOG_LOCATION |
Definition at line 5 of file LogMacros.hpp.
#define PRECICE_TRACE | ( | ... | ) |
Definition at line 95 of file LogMacros.hpp.
#define PRECICE_WARN | ( | ... | ) | _log.warning(PRECICE_LOG_LOCATION, precice::utils::format_or_error(__VA_ARGS__)) |
Definition at line 11 of file LogMacros.hpp.
#define PRECICE_WARN_IF | ( | condition, | |
... ) |
Definition at line 21 of file LogMacros.hpp.