- Copyright
- Copyright (c) 2012-2024, 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 Logging.cpp.
#include "Logging.h"
#include <spdlog/common.h>
#include <spdlog/sinks/stdout_color_sinks.h>
#include <spdlog/spdlog.h>
#include <exception>
#include <iostream>
#include <map>
#include <mpi.h>
#include <petscsys.h>
#include "Error.h"
Go to the source code of this file.
|
std::shared_ptr< spdlog::logger > | BaseLib::console = spdlog::stdout_color_mt("ogs") |
|