|
preCICE v3.3.0
|
#include "precice/Exceptions.hpp"#include "utils/fmt.hpp"#include "logging/Tracer.hpp"#include "utils/ArgumentFormatter.hpp"Go to the source code of this file.
Macros | |
| #define | PRECICE_LOG_LOCATION |
| #define | PRECICE_WARN(...) |
| #define | PRECICE_INFO(...) |
| #define | PRECICE_ERROR(...) |
| #define | PRECICE_WARN_IF(condition, ...) |
| #define | PRECICE_INFO_IF(condition, ...) |
| #define | PRECICE_CHECK(check, ...) |
| #define | PRECICE_DEBUG(...) |
| #define | PRECICE_DEBUG_IF(condition, ...) |
| #define | PRECICE_TRACE(...) |
| #define PRECICE_CHECK | ( | check, | |
| ... ) |
Definition at line 32 of file LogMacros.hpp.
| #define PRECICE_DEBUG | ( | ... | ) |
Definition at line 61 of file LogMacros.hpp.
| #define PRECICE_DEBUG_IF | ( | condition, | |
| ... ) |
Definition at line 63 of file LogMacros.hpp.
| #define PRECICE_ERROR | ( | ... | ) |
Definition at line 16 of file LogMacros.hpp.
| #define PRECICE_INFO | ( | ... | ) |
Definition at line 14 of file LogMacros.hpp.
| #define PRECICE_INFO_IF | ( | condition, | |
| ... ) |
Definition at line 25 of file LogMacros.hpp.
| #define PRECICE_LOG_LOCATION |
Definition at line 6 of file LogMacros.hpp.
| #define PRECICE_TRACE | ( | ... | ) |
Definition at line 92 of file LogMacros.hpp.
| #define PRECICE_WARN | ( | ... | ) |
Definition at line 12 of file LogMacros.hpp.
| #define PRECICE_WARN_IF | ( | condition, | |
| ... ) |
Definition at line 18 of file LogMacros.hpp.