#include <algorithm>#include <complex>#include <fstream>#include <ios>#include <list>#include <map>#include <ostream>#include <sstream>#include <string>#include <vector>#include "b2ppconfig.h"#include "utils/b2csda.H"#include "utils/b2exception.H"#include "utils/b2object.H"#include "utils/b2path.H"#include "utils/b2time.H"#include "utils/b2util.H"

Go to the source code of this file.
Classes | |
| class | b2000::logging::DBName |
| class | b2000::logging::Logger |
Namespaces | |
| namespace | b2000::logging |
| namespace | b2000 |
| Contains the base classes for implementing Finite Elements. | |
Functions | |
| Logger & | b2000::logging::get_logger (const std::string &logger_name="") |
| void | b2000::logging::parse_on_logging_option (const std::string &s, const std::string &db_name, const bool dry_run=false) |
Variables | |
| Level | b2000::logging::critical |
| Level | b2000::logging::error |
| Level | b2000::logging::warning |
| Level | b2000::logging::info |
| Level | b2000::logging::data |
| Level | b2000::logging::debug |
The logging facility.
Logging system for b2000, see b2000::logging.