- Copyright
- Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license
Definition in file Error.h.
#include <cstdlib>
#include "Logging.h"
#include <stdexcept>
Go to the source code of this file.
◆ OGS_FATAL
Value: { \
__FUNCTION__, fmt::format(__VA_ARGS__)); \
throw std::runtime_error(fmt::format(__VA_ARGS__)); \
}
std::shared_ptr< spdlog::logger > console
Definition at line 26 of file Error.h.