PISM, A Parallel Ice Sheet Model
stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
|
#include <string>
#include <memory>
#include <mpi.h>
Go to the source code of this file.
Classes | |
class | pism::Logger |
A basic logging class. More... | |
class | pism::StringLogger |
A logger that accumulates messages and reports them as a string. More... | |
Namespaces | |
pism | |
Enumerations | |
enum | pism::LoggerLevel { pism::WARNING =1 , pism::DEBUG2 =2 , pism::DEBUG3 =3 , pism::TRACE =4 } |
Functions | |
Logger::Ptr | pism::logger_from_options (MPI_Comm com) |