|
waLBerla 7.2
|
#include "waLBerlaDefinitions.h"#include "core/DataTypes.h"#include "core/logging/CMakeDefs.h"#include "core/mpi/MPIManager.h"#include "core/singleton/Singleton.h"#include "core/timing/WcPolicy.h"#include "core/Regex.h"#include "core/StringUtility.h"#include <functional>#include <cmath>#include <fstream>#include <iomanip>#include <iostream>#include <sstream>#include <string>#include <vector>Classes | |
| class | walberla::logging::Logging |
| class | walberla::logging::Logging::CustomStamp |
| class | walberla::logging::internal::LoggingMacroDispatcher |
Namespaces | |
| namespace | walberla |
| Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
| namespace | walberla::logging |
| namespace | walberla::logging::internal |
Macros | |
| #define | WALBERLA_LOG_DEVEL_SECTION() if( walberla::logging::Logging::instance()->logDevel ( __FILE__, __LINE__ ) ) |
| #define | WALBERLA_LOG_DEVEL_ON_ROOT_SECTION() if( walberla::logging::Logging::instance()->onRoot() && walberla::logging::Logging::instance()->logDevel ( __FILE__, __LINE__ ) ) |
| #define | WALBERLA_LOG_RESULT_SECTION() if( walberla::logging::Logging::instance()->logResult ( __FILE__, __LINE__ ) ) |
| #define | WALBERLA_LOG_RESULT_ON_ROOT_SECTION() if( walberla::logging::Logging::instance()->onRoot() && walberla::logging::Logging::instance()->logResult ( __FILE__, __LINE__ ) ) |
| #define | WALBERLA_LOG_WARNING_SECTION() if( walberla::logging::Logging::instance()->logWarning ( __FILE__, __LINE__ ) ) |
| #define | WALBERLA_LOG_WARNING_ON_ROOT_SECTION() if( walberla::logging::Logging::instance()->onRoot() && walberla::logging::Logging::instance()->logWarning ( __FILE__, __LINE__ ) ) |
| #define | WALBERLA_LOG_INFO_SECTION() if( false ) |
| #define | WALBERLA_LOG_INFO_ON_ROOT_SECTION() if( false ) |
| #define | WALBERLA_LOG_PROGRESS_SECTION() if( false ) |
| #define | WALBERLA_LOG_PROGRESS_ON_ROOT_SECTION() if( false ) |
| #define | WALBERLA_LOG_DETAIL_SECTION() if( false ) |
| #define | WALBERLA_LOG_DETAIL_ON_ROOT_SECTION() if( false ) |
| #define | WALBERLA_LOG_DEVEL(msg) |
| #define | WALBERLA_LOG_DEVEL_ON_ROOT(msg) |
| #define | WALBERLA_LOG_DEVEL_VAR(variable) |
| #define | WALBERLA_LOG_DEVEL_VAR_ON_ROOT(variable) |
| #define | WALBERLA_LOG_RESULT(msg) |
| #define | WALBERLA_LOG_RESULT_ON_ROOT(msg) |
| #define | WALBERLA_LOG_WARNING(msg) |
| #define | WALBERLA_LOG_WARNING_ON_ROOT(msg) |
| #define | WALBERLA_LOG_INFO(msg) (void(0)); |
| #define | WALBERLA_LOG_INFO_ON_ROOT(msg) (void(0)); |
| #define | WALBERLA_LOG_PROGRESS(msg) (void(0)); |
| #define | WALBERLA_LOG_PROGRESS_ON_ROOT(msg) (void(0)); |
| #define | WALBERLA_LOG_DETAIL(msg) (void(0)); |
| #define | WALBERLA_LOG_DETAIL_ON_ROOT(msg) (void(0)); |
| #define WALBERLA_LOG_DETAIL | ( | msg | ) | (void(0)); |
| #define WALBERLA_LOG_DETAIL_ON_ROOT | ( | msg | ) | (void(0)); |
| #define WALBERLA_LOG_DETAIL_ON_ROOT_SECTION | ( | ) | if( false ) |
| #define WALBERLA_LOG_DETAIL_SECTION | ( | ) | if( false ) |
| #define WALBERLA_LOG_DEVEL | ( | msg | ) |
| #define WALBERLA_LOG_DEVEL_ON_ROOT | ( | msg | ) |
| #define WALBERLA_LOG_DEVEL_ON_ROOT_SECTION | ( | ) | if( walberla::logging::Logging::instance()->onRoot() && walberla::logging::Logging::instance()->logDevel ( __FILE__, __LINE__ ) ) |
| #define WALBERLA_LOG_DEVEL_SECTION | ( | ) | if( walberla::logging::Logging::instance()->logDevel ( __FILE__, __LINE__ ) ) |
| #define WALBERLA_LOG_DEVEL_VAR | ( | variable | ) |
| #define WALBERLA_LOG_DEVEL_VAR_ON_ROOT | ( | variable | ) |
| #define WALBERLA_LOG_INFO | ( | msg | ) | (void(0)); |
| #define WALBERLA_LOG_INFO_ON_ROOT | ( | msg | ) | (void(0)); |
| #define WALBERLA_LOG_INFO_ON_ROOT_SECTION | ( | ) | if( false ) |
| #define WALBERLA_LOG_INFO_SECTION | ( | ) | if( false ) |
| #define WALBERLA_LOG_PROGRESS | ( | msg | ) | (void(0)); |
| #define WALBERLA_LOG_PROGRESS_ON_ROOT | ( | msg | ) | (void(0)); |
| #define WALBERLA_LOG_PROGRESS_ON_ROOT_SECTION | ( | ) | if( false ) |
| #define WALBERLA_LOG_PROGRESS_SECTION | ( | ) | if( false ) |
| #define WALBERLA_LOG_RESULT | ( | msg | ) |
| #define WALBERLA_LOG_RESULT_ON_ROOT | ( | msg | ) |
| #define WALBERLA_LOG_RESULT_ON_ROOT_SECTION | ( | ) | if( walberla::logging::Logging::instance()->onRoot() && walberla::logging::Logging::instance()->logResult ( __FILE__, __LINE__ ) ) |
| #define WALBERLA_LOG_RESULT_SECTION | ( | ) | if( walberla::logging::Logging::instance()->logResult ( __FILE__, __LINE__ ) ) |
| #define WALBERLA_LOG_WARNING | ( | msg | ) |
| #define WALBERLA_LOG_WARNING_ON_ROOT | ( | msg | ) |
| #define WALBERLA_LOG_WARNING_ON_ROOT_SECTION | ( | ) | if( walberla::logging::Logging::instance()->onRoot() && walberla::logging::Logging::instance()->logWarning ( __FILE__, __LINE__ ) ) |
| #define WALBERLA_LOG_WARNING_SECTION | ( | ) | if( walberla::logging::Logging::instance()->logWarning ( __FILE__, __LINE__ ) ) |